Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.15.7"
version = "0.15.9"
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
version_schema = "semver"
version_provider = "commitizen"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: read-all
jobs:
release:
# This job outputs env variables `previous_version` and `current_version`.
# Only give permissions for this job.
# The workflow needs write permissions for `GITHUB_TOKEN` to create a release.
permissions:
contents: write
uses: seedcase-project/.github/.github/workflows/reusable-release-project.yml@main
Expand Down