Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
|
18e708215c | |
|
9ab3748026 | |
|
7eaf43a29a | |
|
11633a86ce |
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -2,24 +2,10 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.2.0] - 2024-03-08
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add context to GetToken endpoint
|
||||
## [1.2.1] - 2024-03-08
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(devenv)* Fix release changelog generation and commit message
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- Move GetToken method into auth client and rename auth client from Client to Auth
|
||||
- Change api client to pass http client to auth client
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Add git cliff for auto generated changelog
|
||||
- *(devenv)* Add release script and rename changelog script to gen-changelog
|
||||
- *(devenv)* Fix version variable in release script
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
gen-changelog.exec = "git cliff -o $CHANGELOG_FILE";
|
||||
release.exec = ''
|
||||
version = "$(git cliff --bumped-version)"
|
||||
version="$(git cliff --bumped-version)"
|
||||
git cliff --bump --unreleased -o $CHANGELOG_FILE
|
||||
git add $CHANGELOG_FILE
|
||||
git commit -m "chore(release): release $version"
|
||||
|
|
Loading…
Reference in New Issue