Skip to content

Conversation

@ivankatliarchuk
Copy link
Member

@ivankatliarchuk ivankatliarchuk commented Nov 6, 2022

This PR contains the following updates:

Package Update Change
anothrNick/github-tag-action minor 1.17.2 -> 1.73.0

Release Notes

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

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 [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 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 https://github.com/anothrNick/github-tag-action/issues/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 https://github.com/anothrNick/github-tag-action/issues/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 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 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 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 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 https://github.com/anothrNick/github-tag-action/pull/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

v1.35.0

Compare Source

v1.34.0: Include main as release branch

Compare Source

  • Default release branches main and master

v1.33.0: Sort by commit date and other fixes

Compare Source

  • Change --sort to use refname, merge from master
  • Change branch context to use same sort as repo context
  • Updating documentation for prerelease versions
  • Moving NPM installation to dockerfile
  • Optional "verbose" tag

v1.32.0

Compare Source

v1.31.0

Compare Source

v1.30.0

Compare Source

v1.29.0

Compare Source

v1.28.0

Compare Source

v1.27.0

Compare Source

v1.26.0: Regex changes and reliability fixes

Compare Source

  • Create local git tag
  • Use actual regexp match instead of globs for tag matcher
  • Some reliability fixes (fail job loudly)

Thanks to @​pellared @​zsedem and @​zero-below!

v1.25.0

Compare Source

v1.24.0

Compare Source

v1.23.0

Compare Source

v1.22.0: Support DEFAULT_BUMP as none

Compare Source

  • disable automatic bumping by setting DEFAULT_BUMP=none

v1.21.0: Initial version, Part, and new release checking

Compare Source

  • Initial version (optional) parameter
  • 'Part' output which describes which part of the version was bumped (patch, minor, major)
  • Use checked out branch for release checking

v1.20.0

Compare Source

v1.19.0: Read Full Commit Message

Compare Source

Reads full commit message, not just title, for version bump level (patch, minor, major).

v1.18.0: Dry run option

Compare Source

v1.17.3

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


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

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk self-assigned this Nov 6, 2022
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 7fa6809 to bf74cdc Compare December 8, 2022 04:34
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.52.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.53.0 (.github/workflows/release.yaml) (master) Dec 8, 2022
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from bf74cdc to da051a9 Compare December 9, 2022 04:34
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.53.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.54.0 (.github/workflows/release.yaml) (master) Dec 9, 2022
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from da051a9 to 529d012 Compare December 23, 2022 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.54.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.55.0 (.github/workflows/release.yaml) (master) Dec 23, 2022
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 529d012 to a080308 Compare January 6, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.55.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.56.0 (.github/workflows/release.yaml) (master) Jan 6, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from a080308 to 29eca82 Compare January 8, 2023 04:30
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.56.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.58.0 (.github/workflows/release.yaml) (master) Jan 8, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 29eca82 to 7405b38 Compare January 9, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.58.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.60.0 (.github/workflows/release.yaml) (master) Jan 9, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 7405b38 to 7cc9d9e Compare January 10, 2023 04:30
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.60.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.61.0 (.github/workflows/release.yaml) (master) Jan 10, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 7cc9d9e to a19994b Compare April 13, 2023 04:32
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.61.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.62.0 (.github/workflows/release.yaml) (master) Apr 13, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from a19994b to 1e40dce Compare May 14, 2023 04:30
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.62.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.63.0 (.github/workflows/release.yaml) (master) May 14, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 1e40dce to c30c967 Compare May 15, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.63.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.64.0 (.github/workflows/release.yaml) (master) May 15, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from c30c967 to 25ba25c Compare May 19, 2023 04:29
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.64.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.65.0 (.github/workflows/release.yaml) (master) May 19, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 25ba25c to 53cca59 Compare May 25, 2023 04:28
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.65.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.66.0 (.github/workflows/release.yaml) (master) May 25, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 53cca59 to 8d3355d Compare June 17, 2023 04:31
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.66.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.67.0 (.github/workflows/release.yaml) (master) Jun 17, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from 8d3355d to d9f17e8 Compare April 16, 2024 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.67.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.69.0 (.github/workflows/release.yaml) (master) Apr 16, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from d9f17e8 to a6a491a Compare December 29, 2024 04:41
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.69.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.71.0 (.github/workflows/release.yaml) (master) Dec 29, 2024
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-.github/workflows-anothrnick-github-tag-action-1.x branch from a6a491a to 9511288 Compare May 11, 2025 04:30
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.71.0 (.github/workflows/release.yaml) (master) chore(deps): update dependency anothrnick/github-tag-action to v1.73.0 (.github/workflows/release.yaml) (master) May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants