We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tagging is a feature I wanted right from the beginning. This would work in the manor of wasp tag -p -g.
wasp tag -p -g
What this would do, is when you go to tag in git, it will also update the version tag in package.json, debian copyright, etc.
package.json
This should be a fairly easy implementation, but we should look into making it happen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tagging is a feature I wanted right from the beginning. This would work in the manor of
wasp tag -p -g
.What this would do, is when you go to tag in git, it will also update the version tag in
package.json
, debian copyright, etc.This should be a fairly easy implementation, but we should look into making it happen.
The text was updated successfully, but these errors were encountered: