mirror of
https://github.com/semver/semver.git
synced 2026-07-11 09:43:20 -05:00
[GH-ISSUE #612] Dealing with multiple environments on software versioning #1299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edilson on GitHub (Sep 8, 2020).
Original GitHub issue: https://github.com/semver/semver/issues/612
First of all I'd like to say thank you and congratulate you guys for such docs on semver, it really clarified a lot of my doubts about the subject but one that I still have is how can I deal with previous versions on production? I mean once a minor or major version is released I want to keep the previous versions until a certain amount of time. To me I had to every time a new version is released launch a new environment to host the new version. Am I right or there is another way to manage that?