[PR #36] [MERGED] Update anothrNick/github-tag-action action to v1.66.0 #182

Closed
opened 2026-03-01 18:33:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/docker-netbootxyz/pull/36
Author: @renovate[bot]
Created: 4/10/2023
Status: Merged
Merged: 6/10/2023
Merged by: @antonym

Base: masterHead: renovate/anothrnick-github-tag-action-1.x


📝 Commits (1)

  • 03a1240 Update anothrNick/github-tag-action action to v1.66.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anothrNick/github-tag-action action minor 1.61.0 -> 1.66.0

Release Notes

anothrNick/github-tag-action

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.


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 has been generated by Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/docker-netbootxyz/pull/36 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/10/2023 **Status:** ✅ Merged **Merged:** 6/10/2023 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `renovate/anothrnick-github-tag-action-1.x` --- ### 📝 Commits (1) - [`03a1240`](https://github.com/netbootxyz/docker-netbootxyz/commit/03a1240462f0c7e25838031a44bc8d51c87cc916) Update anothrNick/github-tag-action action to v1.66.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anothrNick/github-tag-action](https://togithub.com/anothrNick/github-tag-action) | action | minor | `1.61.0` -> `1.66.0` | --- ### Release Notes <details> <summary>anothrNick/github-tag-action</summary> ### [`v1.66.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.66.0): : fixes: sigpipe 141 scenarios [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.65.0...1.66.0) 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`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.65.0): : fixes pre-release tag exists [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.64.0...1.65.0) 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](https://togithub.com/anothrNick/github-tag-action/issues/265) ### [`v1.64.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.64.0): : hotfix: in some cases git rev errors since set -e [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.63.0...1.64.0) ### [`v1.63.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.63.0): : Improvements: set node to lts and catch actions errors efficiently [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.62.0...1.63.0) ### [`v1.62.0`](https://togithub.com/anothrNick/github-tag-action/releases/tag/1.62.0): : More tests and outputs when default_bump set to NONE [Compare Source](https://togithub.com/anothrNick/github-tag-action/compare/1.61.0...1.62.0) 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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/netbootxyz/docker-netbootxyz). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuMTAyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:33:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-netbootxyz#182
No description provided.