You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if the dev team is familiar with this, but you can use git tag -a -m "tag related message" 1.4.3 to create a tagged release of a version (say 1.4.3) without duplicating the code base in subdirectories. The tag will be associated with a commit which also makes it easy to roll back to a specific version if needed and for users to find specific versions that they may need/want.
The text was updated successfully, but these errors were encountered:
Not sure if the dev team is familiar with this, but you can use
git tag -a -m "tag related message" 1.4.3
to create a tagged release of a version (say 1.4.3) without duplicating the code base in subdirectories. The tag will be associated with a commit which also makes it easy to roll back to a specific version if needed and for users to find specific versions that they may need/want.The text was updated successfully, but these errors were encountered: