Compare commits
No commits in common. "b4d08120cedc6e71c9f372196124ae17b68fd599" and "31778fd9bae715d8299de86d25dee3ab0984f491" have entirely different histories.
b4d08120ce
...
31778fd9ba
|
@ -36,5 +36,3 @@ steps:
|
|||
{{else}}
|
||||
{{repo.name}} build {{build.number}} failed. <{{build.link}}>
|
||||
{{/success}}
|
||||
when:
|
||||
status: [success, failure]
|
||||
|
|
|
@ -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.'"
|
Loading…
Reference in New Issue
Block a user