Skip to content

Commit

Permalink
documentation: update pre-publishing steps
Browse files Browse the repository at this point in the history
The following commit updates the publishing documentation to add entries
for pre-publishing steps including:
- adding/updating the `changelog` for the release.
- adding merged pull-requests to their appropriate release milestones.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Mar 25, 2021
1 parent 5f57a3e commit d5a8dea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/Publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ It's good to give a heads-up to the Theia developers some hours before a release
Here is an [example](https://community.theia-ide.org/t/0-11-0-release/373).


## Pre-Release Steps

- Ensure that the [changelog](https://github.com/eclipse-theia/theia/blob/master/CHANGELOG.md) is updated and merged for the release.
- Ensure that merged pull-requests for the given release are added to the corresponding release [milestone](https://github.com/eclipse-theia/theia/milestones):
- Generally, milestones are automatically added on merge however not for forks. It is therefore important to manually add such contributions to the milestone for the time being.


## Pre-Publishing Steps

Before publishing it's important to make sure that a functional Theia application can be made from the latest `next` version of the platform. Else we will have problems with "latest" after publishing.
Expand Down Expand Up @@ -149,5 +156,6 @@ To successfully complete a `yarn upgrade`, one must:
* Create the next two milestones in the case they do not already exist. Generally, the release is performed on the last Thursday of the month, but there may be exceptions (bug fix release, holidays, etc.)

### Update Roadmap

* If the current release is the last in a quarter, ask the team to update the [roadmap](https://github.com/eclipse-theia/theia/wiki/Roadmap) of the past quarter (close, remove or move items)
* If the current release is the second in a quarter, create [roadmap template](https://github.com/eclipse-theia/theia/wiki/Roadmap) for the next quarter, ask the team to contribute to it and add it to the agenda of the Theia dev meeting

0 comments on commit d5a8dea

Please sign in to comment.