Compare commits

..

No commits in common. "b4d08120cedc6e71c9f372196124ae17b68fd599" and "31778fd9bae715d8299de86d25dee3ab0984f491" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -36,5 +36,3 @@ steps:
{{else}}
{{repo.name}} build {{build.number}} failed. <{{build.link}}>
{{/success}}
when:
status: [success, failure]

View File

@ -13,6 +13,5 @@ edition = "2021"
rand = "0.8"
[package.metadata.release]
tag-prefix = ""
publish = false
pre-release-hook = ["git cliff --tag {{tag_name}} --output CHANGELOG.md", "git add CHANGELOG.md", "git commit CHANGELOG.md -m 'Update changelog for release.'"]
pre-release-hook = "git cliff --tag {{tag_name}} --output CHANGELOG.md && git add CHANGELOG.md && git commit CHANGELOG.md -m 'Update changelog for release.'"