-
Notifications
You must be signed in to change notification settings - Fork 43
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: commitizen-tools/commitizen-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.23.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: commitizen-tools/commitizen-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 6 files changed
- 6 contributors
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
Loading
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.23.0...master