File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
+ with :
17
+ token : ${{ secrets.GH_BOT_TOKEN }}
16
18
- uses : actions/setup-python@v5
17
19
with :
18
20
python-version : 3.11
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] - 2024-10-29
4
+
5
+ - Bumped dependencies
6
+
3
7
## [ 0.1.0] - 2024-02-27
4
8
5
9
Initial release.
Original file line number Diff line number Diff line change 10
10
11
11
1 . Update version in [ package_info.json] ( package_info.json )
12
12
2 . Build binaries via ` bundleSQLiteStorage ` gradle task
13
- 3 . Commit changes (name it ` release: MAJOR.MINOR.PATCH ` )
14
- 4 . Create tag (name it ` MAJOR.MINOR.PATCH ` )
15
- 5 . Push commit and tag to ` main `
16
- 6 . Create Github release
13
+ 3 . Update CHANGELOG
14
+ 4 . Commit changes (name it ` release: MAJOR.MINOR.PATCH ` )
15
+ 5 . Create tag (name it ` MAJOR.MINOR.PATCH ` )
16
+ 6 . Push commit and tag to ` main `
17
+ 7 . Create Github release
17
18
18
19
### Android
19
20
You can’t perform that action at this time.
0 commit comments