Skip to content

Commit 6b31a70

Browse files
committed
chore: changelog
1 parent f189202 commit 6b31a70

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: .github/workflows/documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
token: ${{ secrets.GH_BOT_TOKEN }}
1618
- uses: actions/setup-python@v5
1719
with:
1820
python-version: 3.11

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.1] - 2024-10-29
4+
5+
- Bumped dependencies
6+
37
## [0.1.0] - 2024-02-27
48

59
Initial release.

Diff for: RELEASING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010

1111
1. Update version in [package_info.json](package_info.json)
1212
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
1718

1819
### Android
1920

0 commit comments

Comments
 (0)