Manual release strategy #22
elmerbulthuis
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I propose a manual release procedure for every package / service in the repository.
This is easy to implement and very straight forward. We simply describe every release procedure in the readme, then everyone that has the right software (usually installable via npm) and authorization can release.
Also I propose no tags or other way to identify the version. Finding the commit that changed the version can easily be found via git blame and this is not something we will do often.
For now this seems like the fastest solution with zero risk. To implement all we need to do is describe the procedures.
In the future we might move to more complex release strategies, but first let's see if we really need that.
Beta Was this translation helpful? Give feedback.
All reactions