-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: metcalfc/changelog-generator
base: v4.5.0
head repository: metcalfc/changelog-generator
compare: v4.6.0
- 14 commits
- 11 files changed
- 3 contributors
Commits on Mar 17, 2025
-
fix: use github.ref_name instead of github.ref for release names
This change fixes the issue where release titles were showing the full Git reference path (e.g., "Release refs/tags/v4.5.0") rather than just the tag name. - Changed `github.ref` to `github.ref_name` in the release name - Also updated the major version extraction to use `github.ref_name` The difference between these GitHub Actions context variables: - `github.ref`: Contains the full reference path (e.g., "refs/tags/v4.5.0") - `github.ref_name`: Contains just the name portion (e.g., "v4.5.0") This results in cleaner release titles like "Release v4.5.0" instead of "Release refs/tags/v4.5.0".
Configuration menu - View commit details
-
Copy full SHA for e535ffc - Browse repository at this point
Copy the full SHA e535ffcView commit details -
Bump globals from 14.0.0 to 16.0.0
Bumps [globals](https://github.com/sindresorhus/globals) from 14.0.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v14.0.0...v16.0.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for af214bc - Browse repository at this point
Copy the full SHA af214bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 561668d - Browse repository at this point
Copy the full SHA 561668dView commit details
Commits on Mar 18, 2025
-
Adding refme to manage GitHub Action references.
refme will automatically convert git refs into full git hashes. This eliminates one class of Action attack.
Configuration menu - View commit details
-
Copy full SHA for b9565d4 - Browse repository at this point
Copy the full SHA b9565d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 768dd0c - Browse repository at this point
Copy the full SHA 768dd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3337226 - Browse repository at this point
Copy the full SHA 3337226View commit details
Commits on Mar 24, 2025
-
Bump @eslint/js from 9.22.0 to 9.23.0
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.22.0 to 9.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.23.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c001bf4 - Browse repository at this point
Copy the full SHA c001bf4View commit details -
Bump eslint from 9.22.0 to 9.23.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.22.0 to 9.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for aa22436 - Browse repository at this point
Copy the full SHA aa22436View commit details -
Merge pull request #289 from metcalfc/dependabot/npm_and_yarn/eslint-…
…9.23.0 Bump eslint from 9.22.0 to 9.23.0
Configuration menu - View commit details
-
Copy full SHA for 17945e7 - Browse repository at this point
Copy the full SHA 17945e7View commit details -
Merge pull request #288 from metcalfc/dependabot/npm_and_yarn/eslint/…
…js-9.23.0 Bump @eslint/js from 9.22.0 to 9.23.0
Configuration menu - View commit details
-
Copy full SHA for eff440b - Browse repository at this point
Copy the full SHA eff440bView commit details
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8f1da92 - Browse repository at this point
Copy the full SHA 8f1da92View commit details
Commits on Apr 6, 2025
-
Fixes #291: Update pre-commit version
I forked the library and updated the dependencies.
Configuration menu - View commit details
-
Copy full SHA for bcadd9e - Browse repository at this point
Copy the full SHA bcadd9eView commit details -
Merge pull request #290 from stewartadam/naming-regex-semver-compliance
fix: add plus symbol in Git ref regex
Configuration menu - View commit details
-
Copy full SHA for 4d66437 - Browse repository at this point
Copy the full SHA 4d66437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de80bd - Browse repository at this point
Copy the full SHA 8de80bdView 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 v4.5.0...v4.6.0