Skip to content

Commit

Permalink
XXX revert this commit
Browse files Browse the repository at this point in the history
- Just trying out the release process
  • Loading branch information
mofojed committed Mar 15, 2024
1 parent a5a8e09 commit b2da2bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ post_package_bump_hooks = [
"../../tools/extract_changelog.sh CHANGELOG.md > ../../releases/GITHUB_CHANGELOG-{{package}}.md",
# update the version number to have a .dev0 suffix (when possible, only done for python plugins)
"../../tools/update_version.sh {{package}} {{version}} --dev",
"git commit -m 'chore(version): update {{package}} version to {{version}}'",
#"git commit -m 'chore(version): update {{package}} version to {{version}}'",
# push the tag and the commits to main
"git push origin {{package}}-v{{version}}",
"git push origin main",
#"git push origin {{package}}-v{{version}}",
#"git push origin main",
# cut a github release using our conventional-commit changelog
"gh release create {{package}}-v{{version}} --notes-file ../../releases/GITHUB_CHANGELOG-{{package}}.md --title {{package}}-v{{version}} --verify-tag"
#"gh release create {{package}}-v{{version}} --notes-file ../../releases/GITHUB_CHANGELOG-{{package}}.md --title {{package}}-v{{version}} --verify-tag"
]

[git_hooks]
Expand Down

0 comments on commit b2da2bb

Please sign in to comment.