Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 851 Bytes

RELEASE.md

File metadata and controls

38 lines (25 loc) · 851 Bytes

= Release

This document presents the release process, just to not forget.

== Checklist

== Publish in the marketplace and GitHub Release

When a tag with the format "releases/v0.0.3" is created:

  • The VSIX package is automatically created
  • The package is published in the marketplace
  • A release is created

To create the tag:

git tag releases/v1.0.3
git push origin --tags

== Remove a tag locally and remotely

git tag -d releases/v0.0.3
git push --delete origin releases/v0.0.3

== Other

Compare a tag and HEAD:

https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/compare/releases%2Fv0.0.25..HEAD