mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 06:55:49 +03:00
[PR #31] [MERGED] Update anothrNick/github-tag-action action to v1.61.0 #57
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/docker-netbootxyz/pull/31
Author: @renovate[bot]
Created: 12/20/2022
Status: ✅ Merged
Merged: 2/6/2023
Merged by: @antonym
Base:
master← Head:renovate/anothrnick-github-tag-action-1.x📝 Commits (1)
c3940f4Update anothrNick/github-tag-action action to v1.61.0📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -1)📄 Description
This PR contains the following updates:
1.54.0->1.61.0Release Notes
anothrNick/github-tag-action
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
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.
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.