Closed mrjones-plip closed 2 years ago
jkuester removed this from the 3.16.0 milestone 5 days ago
@jkuester - was this intentional? I was looking for the last open ticket (this one) on 3.16 and was confused it was gone. No biggie, but wanted to not add the release ticket to the milestone in the future if we're not keeping 'em there
@mrjones-plip sorry! I was getting an error when trying to generate the release notes since the script did not like the Internal process
type (same thing has happened for previous releases I have done). Looking at this again I see that it is because I was running an older version of the script that had not be updated to include the Internal process
type.
all good - thanks!
@njogz @jkuester @mrjones-plip can we close this ticket?
Planning - Product Manager
Development - Release Engineer
When development is ready to begin one of the engineers should be nominated as a Release Engineer. They will be responsible for making sure the following tasks are completed though not necessarily completing them.
package.json
andpackage-lock.json
and submit a PR. The easiest way to do this is to usenpm --no-git-tag-version version <major|minor>
.Update dependencies for <version>
with a description that links to the documentation. This should be done early in the release cycle so find a volunteer to take this on and assign it to them.Releasing - Release Engineer
Once all issues have passed acceptance testing and have been merged into
master
release testing can begin.3.16.x
we should branch off3.15.x
and cherry pick in relevant commits b/cmaster
has breaking changes slated for4.0.0
. ALL commits tomaster
FIRST then pick back to3.16.x
!!) Create a new release branch frommaster
named<major>.<minor>.x
incht-core
. Post a message to #development using this template:<major>.<minor>.<patch>-beta.1
by pushing a git tag and when CI completes successfully notify the QA team that it's ready for release testing.To get a sneak peak at this upcoming release, you can install
<major>.<minor>.<patch>-beta.1
on your testing environment. We suggest you test your forms and workflows with this release candidate version and raise any issues that you experience. This helps to to discover any potential regressions that wouldn't otherwise be caught during release testing.Keep an eye on the forum for the release announcement in the next couple of weeks!
We're excited to announce the release of {{version}} of {{product}}
New features include {{key_features}}. We've also implemented loads of other improvements and fixed a heap of bugs.
Read the release notes for full details.
Following our support policy, versions {{versions}} are no longer supported. Projects running these versions should start planning to upgrade in the near future. For more details read our software support documentation.
Check out our roadmap to see what we're working on next.