Skip to content

Commit 9183b31

Browse files
committed
V0.1
1 parent c252735 commit 9183b31

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1] — 2025-02-22
5+
## [0.1] — 2025-02-22
66

77
- Initial release

RELEASING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Releasing
22

33
1. Change the version in `config/version.properties` to a non-SNAPSHOT version.
4-
2. Update the `CHANGELOG.md` for the impending release.
5-
3. Update the `README.md` and `doc/aggrefate-documentation/FRONTPAGE.md` with the new version.
4+
2. `./gradlew kotlinUpgradePackageLock`
5+
3. Update the `CHANGELOG.md` for the impending release.
6+
4. Update the `README.md` and `doc/aggrefate-documentation/FRONTPAGE.md` with the new version.
67
5. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
78
6. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
89
7. `git push && git push --tags`

kotlin-js-store/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)