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

Code management #3

Open
wbuchanan opened this issue Jul 10, 2024 · 0 comments
Open

Code management #3

wbuchanan opened this issue Jul 10, 2024 · 0 comments

Comments

@wbuchanan
Copy link

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.

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

1 participant