Skip to content

Commit e114da2

Browse files
committed
Missing newline
1 parent ef08f7d commit e114da2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sqlite3/doc/releasing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ adding a new release requires some setup.
1010
4. In `sqlite3/pubspec.yaml`, set `version` to `$newVersion`.
1111
5. Commit and create a git tag `sqlite3-<$newVersion>`.
1212
6. Push that tag and approve the pub.dev publishing workflow.
13+
14+
Until the `v3` changes are merged to the default branch, a separate step is to
15+
add the run and artifact id of `sqlite3-precompiled` in `.github/workflows/release.yml`
16+
before step 5.

sqlite3/lib/src/hook/asset_hashes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ const Map<String, String> assetNameToSha256Hash = {
4545
'win-x64-sqlite3mc.dll': '0dbc5d412d0b14f320482a664e4c160a896ef9d294d9429d30ed3f43321684aa',
4646
'win-x86-sqlite3.dll': '87155b39393a576a13c2e9b655a8e9a874e3f0a0cd165dd88d4ea6e42418745a',
4747
'win-x86-sqlite3mc.dll': 'e99f8e735606cfc6110e9ba053f7387d6c66a88c81a742dbb88bf6f08607ca9d',
48-
};
48+
};

0 commit comments

Comments
 (0)