Closed mrjones-plip closed 4 months ago
I can't upgrade the demo instance nor upload the config because it's stuck in v4.7. There is a ticket for that here
The scalability report is not uploaded so that's also something I couldn't complete. There's a ticket for that here
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
, then submit a PR tomaster
branch. The easiest way to do this is to usenpm --no-git-tag-version version <major|minor>
.Releasing - Release Engineer
Once all issues have been merged into
master
, and themaster
branch has the new version number, then the release process can start:master
named<major>.<minor>.x
incht-core
. Post a message to #development Slack channel using this template:<major>.<minor>.<patch>-beta.1
by pushing a lightweight git tag (e.g.git tag <major>.<minor>.<patch>-beta.1
)..json
file tocht-core/tests/scalability/previous_results
. More info in the scalability documentation.Release Notes
section to the new release page.<major>.<minor>.<patch>
, and change the Target dropdown to the release branch (eg:4.4.x
). This will create the git tag automatically. Ensure the release notes PR above is merged. Link to the release notes in the description of the release.id: medic:medic:<major>.<minor>.<patch>
/config/demo
folder to thedemo-cht.dev
server.See below for some highlights, 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 else is currently being working on.
{{version}} Highlights
[{{Highlight 1}}]({{}})
{{description of highlight section}}
[{{Highlight 2}}]({{}})
{{description of highlight section}}
[And more...]({{paste-url to section}})
We’ve also implemented loads of other improvements and fixed a heap of bugs.