Skip to content

Commit

Permalink
ci(release): do not force-write annotated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Mar 25, 2024
1 parent c40c7d6 commit 4f65a5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
var publishCmd = `
git tag -a -f \${nextRelease.version} \${nextRelease.version} -F CHANGELOG.md || exit 1
git push --force origin \${nextRelease.version} || exit 2
./gradlew uploadKotlin release || exit 3
./gradlew uploadKotlin release || exit 1
./gradlew publishKotlinOSSRHPublicationToGithubRepository || true
`
var config = require('semantic-release-preconfigured-conventional-commits');
Expand Down

0 comments on commit 4f65a5c

Please sign in to comment.