Closed renovate[bot] closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As this PR has been closed unmerged, Renovate will now ignore this update (1.61.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
1.39.0
->1.61.0
Release Notes
anothrNick/github-tag-action
### [`v1.61.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.61.0): :Hotfix - Exclude validating the default branch when using branch_listory non full [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.60.0...1.61.0) Suggested by [@vancejc-mt](https://togithub.com/vancejc-mt) in [https://github.com/anothrNick/github-tag-action/issues/243](https://togithub.com/anothrNick/github-tag-action/issues/243) ### [`v1.60.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.59.0...1.60.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.59.0...1.60.0) ### [`v1.59.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.59.0): : Hotfix - gitlog full breaking rebase and squash merges [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.58.0...1.59.0) The current implementation of full git log breaks in squash and rebase due missing HEAD using suggestion from [@jonavos](https://togithub.com/jonavos) here [https://github.com/anothrNick/github-tag-action/issues/232#issuecomment-1372299198](https://togithub.com/anothrNick/github-tag-action/issues/232#issuecomment-1372299198) and changing approach to compare log history. Please report back to [https://github.com/anothrNick/github-tag-action/issues/232](https://togithub.com/anothrNick/github-tag-action/issues/232) if any further issues on use cases. ### [`v1.58.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.58.0): : Exit with error if default branch is not set in non pr workflows [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.57.0...1.58.0) There are some cases where the `default_branch` is not available in the runner environment, This leads to no history of commits. This change attempts to identify the default branch in this scenarios and error the user if the attempt fails and `default_branch` remains null ### [`v1.57.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.57.0): : Skip bumps if there are no new commits in pre-release actrions re runs [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.56.0...1.57.0) Identified here [https://github.com/anothrNick/github-tag-action/issues/233](https://togithub.com/anothrNick/github-tag-action/issues/233) the action was not skipping bumps if there where no new commits in pre-release mode when an action is re run creating extra tags. This minor change applies the same behavior used in normal releases. ### [`v1.56.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.56.0): : Get the default branch from env vars also allow to overwrite as parameter [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.55.0...1.56.0) This is a feature from a hotfix where we add the option to specify a default branch from parameters else we capture the default branch from the runner`$GITHUB_BASE_REF` var ### [`v1.55.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.55.0): : Select last commit or full branch history [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.54.0...1.55.0) This version allows to set BRANCH_HISTORY full|last for the history verification for finding bump comments. See pr for examples [https://github.com/anothrNick/github-tag-action/pull/218](https://togithub.com/anothrNick/github-tag-action/pull/218) ### [`v1.54.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.53.0...1.54.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.53.0...1.54.0) ### [`v1.53.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.53.0): : Fixing repo tag bumps [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.52.0...1.53.0) Fixes action versioning bumps. From bug introduced in 1.50 ### [`v1.52.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.52.0): : A few hofixes [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.51.0...1.52.0) Improved tests. Warning for breaking change when renaming/refactoring output `tag` New output tag `old_tag` ##### What's Changed - Hotfix: sort output tag mismatch reverting breaking change by [@sbe-arg](https://togithub.com/sbe-arg) in [https://github.com/anothrNick/github-tag-action/pull/199](https://togithub.com/anothrNick/github-tag-action/pull/199) **Full Changelog**: https://github.com/anothrNick/github-tag-action/compare/1.51.0...1.52.0 ### [`v1.51.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.50.0...1.51.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.50.0...1.51.0) ### [`v1.50.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.50.0): : FIX to print actual tag to be used when using with_v in all scenarios [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.49.0...1.50.0) ### [`v1.49.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.49.0): : Fix branch wildcard issue and added major v1 tag [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.48.0...1.49.0) - We can now reference `uses: anothrNick/github-tag-action@v1` as `uses: anothrNick/github-tag-action@1` fails due sha identification - Also we can now use again `RELEASE_BRANCHES: '.*'` or `releases/*` or similar. ### [`v1.48.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.48.0): : Shellcheck improvements [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.47.0...1.48.0) - Addresses shellcheck sanitizations during PR checks ### [`v1.47.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.46.0...1.47.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.46.0...1.47.0) ### [`v1.46.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.46.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.45.0...1.46.0) Reverted 1.45.0 ### [`v1.45.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.44.0...1.45.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.44.0...1.45.0) ### [`v1.44.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.43.0...1.44.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.43.0...1.44.0) ### [`v1.43.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.42.0...1.43.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.42.0...1.43.0) ### [`v1.42.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.42.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.41.0...1.42.0) #### What's Changed - update docs, node, add docker & bash linting by [@sammcj](https://togithub.com/sammcj) in [https://github.com/anothrNick/github-tag-action/pull/173](https://togithub.com/anothrNick/github-tag-action/pull/173) #### New Contributors - [@sammcj](https://togithub.com/sammcj) made their first contribution in [https://github.com/anothrNick/github-tag-action/pull/173](https://togithub.com/anothrNick/github-tag-action/pull/173) **Full Changelog**: https://github.com/anothrNick/github-tag-action/compare/1.41.0...1.42.0 ### [`v1.41.0`](https://togithub.com/anothrNick/github-tag-action/compare/1.40.0...1.41.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.40.0...1.41.0) ### [`v1.40.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.40.0) [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.39.0...1.40.0) - Now u can bump vX.X.X-suff.X properly ie, v0.0.1-dev.0 bumps to v0.0.1-dev.1 for example for branch work rc release etc - Don't trust semver to tail, prefer head - Changed rexeg slightly to ignore latest non semver tags - Sorted pre-release mismatch when ur branch name contains master or main to behave correctly as pre-release anyway - Other small bits here and thereConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.