Merge pull request 'Actual Release v1.2.1' (#2) from dev into main
Reviewed-on: #2
This commit is contained in:
commit
18e708215c
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,16 +2,10 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [1.1.3] - 2024-03-08
|
## [1.2.1] - 2024-03-08
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Create endpoint make utility to build endpoints
|
- *(devenv)* Fix version variable in release script
|
||||||
|
|
||||||
## [1.0.3] - 2024-03-07
|
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
|
||||||
|
|
||||||
- Use urlencoded body for get token request
|
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
<!-- generated by git-cliff -->
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
gen-changelog.exec = "git cliff -o $CHANGELOG_FILE";
|
gen-changelog.exec = "git cliff -o $CHANGELOG_FILE";
|
||||||
release.exec = ''
|
release.exec = ''
|
||||||
version = "$(git cliff --bumped-version)"
|
version="$(git cliff --bumped-version)"
|
||||||
git cliff --bump --unreleased -o $CHANGELOG_FILE
|
git cliff --bump --unreleased -o $CHANGELOG_FILE
|
||||||
git add $CHANGELOG_FILE
|
git add $CHANGELOG_FILE
|
||||||
git commit -m "chore(release): release $version"
|
git commit -m "chore(release): release $version"
|
||||||
|
|
Loading…
Reference in New Issue