Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Make a new release

Rasmus Jelsgaard edited this page Jun 7, 2019 · 4 revisions

How to make a new release

  1. Merge changes to master.
  2. Verify that all checks pass on the master branch.
  3. Tag the master branch with the version you want, i.e. v0.1.3 and push the tag.

That's it - Travis Continous Integration will take care of the rest and publish the new version to https://www.powershellgallery.com/packages/Jenkins.Api

Clone this wiki locally