Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Oct 29, 2024
1 parent f189202 commit 6b31a70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_BOT_TOKEN }}
- uses: actions/setup-python@v5
with:
python-version: 3.11
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.1] - 2024-10-29

- Bumped dependencies

## [0.1.0] - 2024-02-27

Initial release.
9 changes: 5 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

1. Update version in [package_info.json](package_info.json)
2. Build binaries via `bundleSQLiteStorage` gradle task
3. Commit changes (name it `release: MAJOR.MINOR.PATCH`)
4. Create tag (name it `MAJOR.MINOR.PATCH`)
5. Push commit and tag to `main`
6. Create Github release
3. Update CHANGELOG
4. Commit changes (name it `release: MAJOR.MINOR.PATCH`)
5. Create tag (name it `MAJOR.MINOR.PATCH`)
6. Push commit and tag to `main`
7. Create Github release

### Android

Expand Down

0 comments on commit 6b31a70

Please sign in to comment.