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.
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.