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

Release tagging support #75

Closed
LucidOne opened this issue Feb 20, 2019 · 1 comment
Closed

Release tagging support #75

LucidOne opened this issue Feb 20, 2019 · 1 comment

Comments

@LucidOne
Copy link
Contributor

Feature request / Notes for potential PR

I'm thinking about automating the process of tagging a release and update git mirrors with something like hatch tag
to basically run the following.

$ git tag -s 0.1.1
$ git push gitlab 0.1.1
$ git push mirror 0.1.1
@ofek
Copy link
Sponsor Collaborator

ofek commented Dec 30, 2021

Hatch has been rewritten from scratch and now supports custom scripts, see https://ofek.dev/hatch/latest/config/environment/#scripts

@ofek ofek closed this as completed Dec 30, 2021
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

No branches or pull requests

2 participants