Skip to content

Release

Stoney Jackson edited this page Jul 31, 2020 · 2 revisions

As a maintainer, I want to create a new release of PLCC so that I can let users know that the current project is intended for use.

Using Docker and Bash

To prepare the release locally, in the root of the project run

Dev/release.sh

After the command runs, you should inspect git log, git tag, CHANGELOG, and VERSION to ensure that its results are sane. When satisfied, run the commands printed by the previous command to finish publish the release. Those commands will create and publish Docker image tags and push the new commits and tags.

None

Clone this wiki locally