Compare commits

..

3 commits

3 changed files with 9 additions and 1 deletions

View file

@ -40,7 +40,7 @@ module.exports = {
[ [
"@semantic-release/exec", "@semantic-release/exec",
{ {
"prepareCmd": "echo ${nextRelease.version} > version.txt" "generateNotesCmd": "echo ${nextRelease.version} > version.txt"
} }
] ]
], ],

View file

@ -1,3 +1,10 @@
## [1.1.2](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.1...v1.1.2) (2024-02-01)
### Bug Fixes
* use generateNotesCmd to have versiontxt before git commit ([ebceefa](https://git.keine.cloud/oliver/pipeline-test-versioning/commit/ebceefaf1f5ad8496f93c25b404db2668ae9a018))
## [1.1.1](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.0...v1.1.1) (2024-02-01) ## [1.1.1](https://git.keine.cloud/oliver/pipeline-test-versioning/compare/v1.1.0...v1.1.1) (2024-02-01)

1
version.txt Normal file
View file

@ -0,0 +1 @@
1.1.2