Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 717 Bytes

RELEASE.md

File metadata and controls

16 lines (10 loc) · 717 Bytes

How to make a release

This action is published to the GitHub Actions Marketplace

To make a release you need push rights to the action-k3s-helm GitHub repository.

Steps to make a release

  1. Make sure CHANGELOG.md is up-to-date.

  2. Create a new GitHub release by clicking on Draft a new release https://github.com/jupyterhub/action-k3s-helm/releases and creating a new tag for main. Remember to prefix the tag with v, e.g. v3.0.5

  3. Check everything again, then click Publish release. This will create a tag, and trigger a CI action to update the major (v3) pointer.