Skip to content

Commit

Permalink
Merge the release procedure into the CONTRIBUTING doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien committed May 16, 2024
1 parent aab8f80 commit 7dd1095
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,22 @@ project and the interests of all those who contribute or benefit from it.
As an open source project, we consider that we must maintain this information
in the repository for archiving purposes in the public interest.

How To Release a new version
-------------------------------------------------------------------------------

* [ ] Close all open ticket on the current milestone
* [ ] Create a `release` branch
* [ ] Update the [CHANGELOG.md]()
* [ ] Write a announcement in [NEWS.md]()
* [ ] Merge the `release` branch into `latest`
* [ ] Add a tag to `latest`
* [ ] Create a new [release]
* [ ] Rebase the `stable` branche from `latest`
* [ ] Wait for docker hub to rebuild the images
* [ ] Create the next milestone
* [ ] Bump the new version on `latest`
* [ ] Publish the announcement
* [ ] Bump to the new version in [CHANGELOG.md]()
* [ ] Close the current milestone

[release]: https://github.com/dalibo/pandocker/releases
18 changes: 0 additions & 18 deletions RELEASING.md

This file was deleted.

0 comments on commit 7dd1095

Please sign in to comment.