generated from ik-performance/performance-blueprint-project
-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency anothrnick/github-tag-action to v1.73.0 (.github/workflows/release.yaml) (master) #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ivankatliarchuk
wants to merge
1
commit into
master
Choose a base branch
from
renovate/master-.github/workflows-anothrnick-github-tag-action-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7fa6809 to
bf74cdc
Compare
bf74cdc to
da051a9
Compare
da051a9 to
529d012
Compare
529d012 to
a080308
Compare
a080308 to
29eca82
Compare
29eca82 to
7405b38
Compare
7405b38 to
7cc9d9e
Compare
7cc9d9e to
a19994b
Compare
a19994b to
1e40dce
Compare
1e40dce to
c30c967
Compare
c30c967 to
25ba25c
Compare
25ba25c to
53cca59
Compare
53cca59 to
8d3355d
Compare
8d3355d to
d9f17e8
Compare
d9f17e8 to
a6a491a
Compare
…0 (.github/workflows/release.yaml)
a6a491a to
9511288
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.17.2->1.73.0Release Notes
anothrNick/github-tag-action (anothrNick/github-tag-action)
v1.73.0Compare Source
What's Changed
New Contributors
Full Changelog: anothrNick/github-tag-action@1...1.73.0
v1.72.0Compare Source
What's Changed
New Contributors
Full Changelog: anothrNick/github-tag-action@1...1.72.0
v1.71.0Compare Source
What's Changed
New Contributors
Full Changelog: anothrNick/github-tag-action@1...1.71.0
v1.70.0Compare Source
What's Changed
New Contributors
Full Changelog: anothrNick/github-tag-action@1...1.70.0
v1.69.0Compare Source
v1.68.0Compare Source
v1.67.0: : improvements: tag strategy and tag listing for filteringCompare Source
Sorting tags by date [https://github.com/anothrNick/github-tag-action/pull/2722 ]
Adding GIT_API_TAGGING false option to switch to cli tagging [https://github.com/anothrNick/github-tag-action/pull/210](https://redirect.github.com/anothrNick/github-tag-action/pull/210)10 ]
CLI tagging nowdays is more reliable for github actions permissions.
v1.66.0: : fixes: sigpipe 141 scenariosCompare Source
In some cases if the repo contains hundreds of tags, since we set -e grep combined with git tag reads randomly exits with error 141.
v1.65.0: : fixes pre-release tag existsCompare Source
Fixes a bug introduced in 1.64 that makes pre-releases error when following a release branch strategy.
More details here https://github.com/anothrNick/github-tag-action/issues/265
v1.64.0: : hotfix: in some cases git rev errors since set -eCompare Source
v1.63.0: : Improvements: set node to lts and catch actions errors efficientlyCompare Source
v1.62.0: : More tests and outputs when default_bump set to NONECompare Source
This is a very minor release, adds outputs to workflows using default_bump none when there are no #comments found that trigger a commit bump.
v1.61.0: :Hotfix - Exclude validating the default branch when using branch_listory non fullCompare Source
Suggested by @vancejc-mt in https://github.com/anothrNick/github-tag-action/issues/243
v1.60.0Compare Source
v1.59.0: : Hotfix - gitlog full breaking rebase and squash mergesCompare Source
The current implementation of full git log breaks in squash and rebase due missing HEAD using suggestion from @jonavos here https://github.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 if any further issues on use cases.
v1.58.0: : Exit with error if default branch is not set in non pr workflowsCompare Source
There are some cases where the
default_branchis 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_branchremains nullv1.57.0: : Skip bumps if there are no new commits in pre-release actrions re runsCompare Source
Identified here https://github.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: : Get the default branch from env vars also allow to overwrite as parameterCompare Source
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_REFvarv1.55.0: : Select last commit or full branch historyCompare Source
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
v1.54.0Compare Source
v1.53.0: : Fixing repo tag bumpsCompare Source
Fixes action versioning bumps.
From bug introduced in 1.50
v1.52.0: : A few hofixesCompare Source
Improved tests.
Warning for breaking change when renaming/refactoring output
tagNew output tag
old_tagWhat's Changed
Full Changelog: anothrNick/github-tag-action@1.51.0...1.52.0
v1.51.0Compare Source
v1.50.0: : FIX to print actual tag to be used when using with_v in all scenariosCompare Source
v1.49.0: : Fix branch wildcard issue and added major v1 tagCompare Source
uses: anothrNick/github-tag-action@v1asuses: anothrNick/github-tag-action@1fails due sha identificationRELEASE_BRANCHES: '.*'orreleases/*or similar.v1.48.0: : Shellcheck improvementsCompare Source
v1.47.0Compare Source
v1.46.0Compare Source
Reverted 1.45.0
v1.45.0Compare Source
v1.44.0Compare Source
v1.43.0Compare Source
v1.42.0Compare Source
What's Changed
New Contributors
Full Changelog: anothrNick/github-tag-action@1.41.0...1.42.0
v1.41.0Compare Source
v1.40.0Compare Source
v1.39.0: - Hotfix for git issueCompare Source
Fix:
v1.38.0Compare Source
v1.37.0Compare Source
v1.36.0: Add#nonetag to skip bumping regardlessDEFAULT_BUMPCompare Source
#nonetag to skip bumping regardlessDEFAULT_BUMPpre_releasev1.35.0Compare Source
v1.34.0: Include main as release branchCompare Source
mainandmasterv1.33.0: Sort by commit date and other fixesCompare Source
v1.32.0Compare Source
v1.31.0Compare Source
v1.30.0Compare Source
v1.29.0Compare Source
v1.28.0Compare Source
v1.27.0Compare Source
v1.26.0: Regex changes and reliability fixesCompare Source
Thanks to @pellared @zsedem and @zero-below!
v1.25.0Compare Source
v1.24.0Compare Source
v1.23.0Compare Source
v1.22.0: Support DEFAULT_BUMP as noneCompare Source
v1.21.0: Initial version, Part, and new release checkingCompare Source
v1.20.0Compare Source
v1.19.0: Read Full Commit MessageCompare Source
Reads full commit message, not just title, for version bump level (patch, minor, major).
v1.18.0: Dry run optionCompare Source
v1.17.3Compare Source
Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.