Update changelog for release 0.14.0
This commit is contained in:
parent
a8660793f8
commit
46a232219d
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Future release
|
## Polaris 0.14.0
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Maintenance
|
# Maintenance
|
||||||
|
|
||||||
## How to make a release
|
## How to make a release
|
||||||
|
|
||||||
|
- Update CHANGELOG.md to reflect new release
|
||||||
- On Github, go to **Actions**, select the **Make Release** workflow and click **Run workflow**
|
- On Github, go to **Actions**, select the **Make Release** workflow and click **Run workflow**
|
||||||
- Select the branch to deploy (usually `master`)
|
- Select the branch to deploy (usually `master`)
|
||||||
- Input a user-facing version name (eg: **0.13.0**)
|
- Input a user-facing version name (eg: **0.13.0**)
|
||||||
- Click the **Run workflow** button
|
- Click the **Run workflow** button
|
||||||
- After CI completes, find the release on Github and write the changelog
|
- After CI completes, move the release from Draft to Published
|
||||||
- Move the release from Draft to Published
|
|
||||||
|
|
||||||
Note that the Github web UI will separate the release from the corresponding tag until published.
|
|
||||||
|
|
||||||
## How to change the database schema
|
## How to change the database schema
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue