Skip to content

Commit

Permalink
Fix comment in cog.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Mar 15, 2024
1 parent a5a8e09 commit 4e4be1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ post_package_bump_hooks = [
# prepare the github release changelog file
"mkdir -p ../../releases",
"../../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)
# update the version number to have a `dev0` suffix
"../../tools/update_version.sh {{package}} {{version}} --dev",
"git commit -m 'chore(version): update {{package}} version to {{version}}'",
# push the tag and the commits to main
Expand Down

0 comments on commit 4e4be1c

Please sign in to comment.