8000 [#51] Added ability to bump tags from the checked out branch by Smudge3806 · Pull Request #65 · anothrNick/github-tag-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[#51] Added ability to bump tags from the checked out branch #65
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

Merged
merged 2 commits into from
Jun 17, 2020

Conversation

Smudge3806
Copy link
Contributor
@Smudge3806 Smudge3806 commented Jun 5, 2020

resolves #51

To enable the desired behavior of the ticket, whilst not altering existing behavior I added a TAG_CONTEXT env var that swaps out the functionality of the git for-each-ref and subs in the git describe. The filtering behavior of the original is carried to the describe functionality.

env:
  - TAG_CONTEXT=branch

Will exit with a non-zero code if a unrecognised TAG_CONTEXT is provided.

@Smudge3806 Smudge3806 force-pushed the feat/git-describe branch from a972300 to b039f51 Compare June 8, 2020 09:27
Copy link
Owner
@anothrNick anothrNick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@anothrNick anothrNick merged commit c223609 into anothrNick:master Jun 17, 2020
@Smudge3806 Smudge3806 deleted the feat/git-describe branch June 18, 2020 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump tag for checked out branch
2 participants
0