Closed CloudNiner closed 5 years ago
A general request regarding releases (not that this isn't happening in part, it just happens to be a pet peeve). We should:
@mojodna: Can you identify which parts of this we're doing wrong? I think I might have bumped to RC2 in a non-standard way, but how Andrew did this version bump is how I would ideally do it myself. Is it a thing to have a document in the repo describing the steps for release so that we can remain consistent?
I don't think we're doing anything wrong (@CloudNiner did it the same way I would, too); this is more of an aspirational list to potentially keep in mind.
JavaScript projects tend to be pretty consistent because npm version minor
will a) update the minor version in package.json
, create a commit titled `"v1.2.0" (or whatever it is), and tag that commit. Unfortunately, I don't think that works with PRs consistently.
I've seen RELEASING.md
files in repos that are good reminders for how the release process works on a given project.
Have verbal 👍 from @jpolchlo in chat.