Skip to content

How to release new version with github

Seng Kyaut edited this page Feb 11, 2023 · 1 revision
  1. Develop the code and change the version string in the package.json.

image

  1. Push the commit to remote origin.

  2. Tag the commit with the same version string with prefix like v1.1.0.

image

  1. Push the tag to remote origin.

  2. Wait for the action to be completed and it will publish the builds to prelease Draft.

  3. Edit the prelease and finish the release.

Clone this wiki locally