Skip to content
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

chore(deps): update dependency anothrnick/github-tag-action to v1.61.0 (.github/workflows/release-draft.yml) (main) #480

Conversation

ivankatliarchuk
Copy link
Owner

@ivankatliarchuk ivankatliarchuk commented Jan 6, 2023

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

anothrNick/github-tag-action

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


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 added deps github-tags minor when you add functionality in a backwards compatible manner renovate Universal dependency update tool that fits into your workflows labels Jan 6, 2023
@ivankatliarchuk ivankatliarchuk self-assigned this Jan 6, 2023
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jan 6, 2023
@trafico-bot trafico-bot bot added ✅ Approved Pull Request has been approved and can be merged and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Jan 6, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-.github/workflows-anothrnick-github-tag-action-1.x branch from 374eca5 to 505b8eb Compare January 8, 2023 04:22
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.56.0 (.github/workflows/release-draft.yml) (main) chore(deps): update dependency anothrnick/github-tag-action to v1.58.0 (.github/workflows/release-draft.yml) (main) Jan 8, 2023
@trafico-bot trafico-bot bot added 🔍 Ready for Review Pull Request is not reviewed yet and removed ✅ Approved Pull Request has been approved and can be merged labels Jan 8, 2023
@trafico-bot trafico-bot bot added ✅ Approved Pull Request has been approved and can be merged and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Jan 8, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-.github/workflows-anothrnick-github-tag-action-1.x branch from 505b8eb to 2d3ef3c Compare January 9, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.58.0 (.github/workflows/release-draft.yml) (main) chore(deps): update dependency anothrnick/github-tag-action to v1.60.0 (.github/workflows/release-draft.yml) (main) Jan 9, 2023
@trafico-bot trafico-bot bot added 🔍 Ready for Review Pull Request is not reviewed yet and removed ✅ Approved Pull Request has been approved and can be merged labels Jan 9, 2023
@trafico-bot trafico-bot bot added ✅ Approved Pull Request has been approved and can be merged and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Jan 9, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-.github/workflows-anothrnick-github-tag-action-1.x branch from 2d3ef3c to 95594dc Compare January 10, 2023 04:23
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update dependency anothrnick/github-tag-action to v1.60.0 (.github/workflows/release-draft.yml) (main) chore(deps): update dependency anothrnick/github-tag-action to v1.61.0 (.github/workflows/release-draft.yml) (main) Jan 10, 2023
@trafico-bot trafico-bot bot added 🔍 Ready for Review Pull Request is not reviewed yet and removed ✅ Approved Pull Request has been approved and can be merged labels Jan 10, 2023
@trafico-bot trafico-bot bot added the ✅ Approved Pull Request has been approved and can be merged label Jan 10, 2023
@trafico-bot trafico-bot bot removed the 🔍 Ready for Review Pull Request is not reviewed yet label Jan 10, 2023
@ivankatliarchuk ivankatliarchuk merged commit 6b1b3c9 into main Jan 13, 2023
@ivankatliarchuk ivankatliarchuk deleted the renovate/main-.github/workflows-anothrnick-github-tag-action-1.x branch January 13, 2023 10:15
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed ✅ Approved Pull Request has been approved and can be merged labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps github-tags ✨ Merged Pull Request has been merged successfully minor when you add functionality in a backwards compatible manner renovate Universal dependency update tool that fits into your workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant