-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: commitizen-tools/commitizen-action
base: 0.21.0
head repository: commitizen-tools/commitizen-action
compare: master
- 18 commits
- 7 files changed
- 9 contributors
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7435c66 - Browse repository at this point
Copy the full SHA 7435c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee70294 - Browse repository at this point
Copy the full SHA ee70294View commit details
Commits on Nov 6, 2024
-
Merge pull request #90 from arman1371/feat/add-working-directory
feat: add `working_directory` input
Configuration menu - View commit details
-
Copy full SHA for 23bc292 - Browse repository at this point
Copy the full SHA 23bc292View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee36ca9 - Browse repository at this point
Copy the full SHA ee36ca9View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b01f7d6 - Browse repository at this point
Copy the full SHA b01f7d6View commit details -
Merge pull request #92 from timothyjlaurent/patch-1
Fixes #91 Update entrypoint.sh make check_consistency need to be "true"
Configuration menu - View commit details
-
Copy full SHA for 899b309 - Browse repository at this point
Copy the full SHA 899b309View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abecbc8 - Browse repository at this point
Copy the full SHA abecbc8View commit details -
Merge pull request #95 from fritz-trawa/55-actor-of-pushing-to-branch…
…-should-be-configurable feat(#55): add ACTOR input parameter
Configuration menu - View commit details
-
Copy full SHA for 2294890 - Browse repository at this point
Copy the full SHA 2294890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 673655a - Browse repository at this point
Copy the full SHA 673655aView commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1dcad82 - Browse repository at this point
Copy the full SHA 1dcad82View commit details
Commits on Dec 21, 2024
-
Merge pull request #97 from plockaby/patch-1
fix: local_version flag is incorrect
Configuration menu - View commit details
-
Copy full SHA for 721fe06 - Browse repository at this point
Copy the full SHA 721fe06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49cac8 - Browse repository at this point
Copy the full SHA a49cac8View commit details
Commits on Feb 5, 2025
-
ci: publish major and minor tags
Make sure major and minor tags are up to date on a patch release. This would allow the common practice to use major tag on the action: ```yaml - name: Create bump and changelog uses: commitizen-tools/commitizen-action@0 ``` (Ideally you may want to prefix version with `v` 🤷) This what this third party action does under the hood: ```bash $ TAG="0.21.0" $ MINOR="${TAG%.*}" $ echo $MINOR 0.21 $ MAJOR="${MINOR%.*}" $ echo $MAJOR 0 ``` This is used here for example: https://github.com/astral-sh/setup-uv/blob/main/.github/workflows/update-major-minor-tags.yml
Configuration menu - View commit details
-
Copy full SHA for 0121edc - Browse repository at this point
Copy the full SHA 0121edcView commit details -
Merge pull request #88 from nikaro/ci/publish-major-minor-tag
ci: publish major and minor tags
Configuration menu - View commit details
-
Copy full SHA for 5bf62b0 - Browse repository at this point
Copy the full SHA 5bf62b0View commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9a82c8 - Browse repository at this point
Copy the full SHA e9a82c8View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 863a354 - Browse repository at this point
Copy the full SHA 863a354View commit details
Commits on Feb 25, 2025
-
Merge pull request #99 from ckagerer/feature/support-for-manual-version
feat: add support for manual version bumping
Configuration menu - View commit details
-
Copy full SHA for 4787c27 - Browse repository at this point
Copy the full SHA 4787c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0848c - Browse repository at this point
Copy the full SHA 5b0848cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.21.0...master