Skip to content

Update anothrNick/github-tag-action action to v1.75.0#2

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/anothrnick-github-tag-action-1.x
Open

Update anothrNick/github-tag-action action to v1.75.0#2
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/anothrnick-github-tag-action-1.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 18, 2021

This PR contains the following updates:

Package Type Update Change
anothrNick/github-tag-action action minor 1.35.01.75.0

Release Notes

anothrNick/github-tag-action (anothrNick/github-tag-action)

v1.75.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.75.0

v1.74.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.74.0

v1.73.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.73.0

v1.72.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.72.0

v1.71.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.71.0

v1.70.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.70.0

v1.69.0

Compare Source

v1.68.0

Compare Source

v1.67.0: : improvements: tag strategy and tag listing for filtering

Compare Source

Sorting tags by date [ #​272 ]
Adding GIT_API_TAGGING false option to switch to cli tagging [ #​210 ]

CLI tagging nowdays is more reliable for github actions permissions.

v1.66.0: : fixes: sigpipe 141 scenarios

Compare 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 exists

Compare Source

Fixes a bug introduced in 1.64 that makes pre-releases error when following a release branch strategy.
More details here #​265

v1.64.0: : hotfix: in some cases git rev errors since set -e

Compare Source

v1.63.0: : Improvements: set node to lts and catch actions errors efficiently

Compare Source

v1.62.0: : More tests and outputs when default_bump set to NONE

Compare 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 full

Compare Source

Suggested by @​vancejc-mt in #​243

v1.60.0

Compare Source

v1.59.0: : Hotfix - gitlog full breaking rebase and squash merges

Compare Source

The current implementation of full git log breaks in squash and rebase due missing HEAD using suggestion from @​jonavos here #​232 (comment) and changing approach to compare log history.

Please report back to #​232 if any further issues on use cases.

v1.58.0: : Exit with error if default branch is not set in non pr workflows

Compare Source

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: : Skip bumps if there are no new commits in pre-release actrions re runs

Compare Source

Identified here #​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 parameter

Compare 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_REF var

v1.55.0: : Select last commit or full branch history

Compare Source

This version allows to set BRANCH_HISTORY full|last for the history verification for finding bump comments. See pr for examples #​218

v1.54.0

Compare Source

v1.53.0: : Fixing repo tag bumps

Compare Source

Fixes action versioning bumps.
From bug introduced in 1.50

v1.52.0: : A few hofixes

Compare Source

Improved tests.
Warning for breaking change when renaming/refactoring output tag
New output tag old_tag

What's Changed

Full Changelog: anothrNick/github-tag-action@1.51.0...1.52.0

v1.51.0

Compare Source

v1.50.0: : FIX to print actual tag to be used when using with_v in all scenarios

Compare Source

v1.49.0: : Fix branch wildcard issue and added major v1 tag

Compare Source

  • 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: : Shellcheck improvements

Compare Source

  • Addresses shellcheck sanitizations during PR checks

v1.47.0

Compare Source

v1.46.0

Compare Source

Reverted 1.45.0

v1.45.0

Compare Source

v1.44.0

Compare Source

v1.43.0

Compare Source

v1.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1.41.0...1.42.0

v1.41.0

Compare Source

v1.40.0

Compare Source

  • 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 there

v1.39.0: - Hotfix for git issue

Compare Source

Fix:

fatal: unsafe repository ('/github/workspace' is owned by someone else)
To add an exception for this directory, call:

	git config --global --add safe.directory /github/workspace

v1.38.0

Compare Source

v1.37.0

Compare Source

v1.36.0: Add #none tag to skip bumping regardless DEFAULT_BUMP

Compare Source

  • Add #none tag to skip bumping regardless DEFAULT_BUMP
  • Fixed buggy regex
  • Only set pre_tag to initial version if no previous was found and it is a pre_release
  • Pin version of Alpine

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

coveralls commented Oct 18, 2021

Pull Request Test Coverage Report for Build 1356146274

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 670150725: 0.0%
Covered Lines: 112
Relevant Lines: 112

💛 - Coveralls

@stale
Copy link

stale bot commented Nov 18, 2021

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.

@stale stale bot added the stale label Nov 18, 2021
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from a4a95f8 to 909cd2f Compare March 7, 2022 17:32
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.36.0 Update anothrNick/github-tag-action action to v1.38.0 Mar 7, 2022
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.38.0 Update anothrNick/github-tag-action action to v1.39.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 909cd2f to 7fc73fe Compare April 24, 2022 21:24
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 7fc73fe to 58f38bc Compare September 25, 2022 20:03
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.39.0 Update anothrNick/github-tag-action action to v1.46.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 58f38bc to 287aeff Compare November 20, 2022 17:45
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.46.0 Update anothrNick/github-tag-action action to v1.52.0 Nov 20, 2022
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.52.0 Update anothrNick/github-tag-action action to v1.61.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 287aeff to b7e07e5 Compare March 16, 2023 09:01
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.61.0 Update anothrNick/github-tag-action action to v1.66.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from b7e07e5 to 5346759 Compare May 28, 2023 19:49
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.66.0 Update anothrNick/github-tag-action action to v1.67.0 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 5346759 to 2138684 Compare June 14, 2023 02:35
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 2138684 to e757f42 Compare April 13, 2024 08:56
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.67.0 Update anothrNick/github-tag-action action to v1.69.0 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from e757f42 to 1522838 Compare July 9, 2024 05:31
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.69.0 Update anothrNick/github-tag-action action to v1.70.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from 1522838 to dbd26dd Compare September 25, 2024 02:42
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.70.0 Update anothrNick/github-tag-action action to v1.71.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from dbd26dd to af1cd30 Compare May 10, 2025 15:39
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.71.0 Update anothrNick/github-tag-action action to v1.73.0 May 10, 2025
@renovate renovate bot changed the title Update anothrNick/github-tag-action action to v1.73.0 Update anothrNick/github-tag-action action to v1.75.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/anothrnick-github-tag-action-1.x branch from af1cd30 to 81afaa5 Compare August 24, 2025 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant