mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-13 03:26:53 +08:00
667 B
667 B
Release checklist
Version: 1.b.c
- Create release branch
releases/v1.b.c- Unignore
node_modules/by adding!in front in.gitignore - Delete
node_modules/ - Install production dependencies:
npm install --production - Add
node_modules/:git add node_modules - Commit & push action:
git commit -a -m "Publish v1.b.c.", thengit push
- Unignore
- Test the action with an example package
- Create tags
v1.b.cpointing at the last commit inreleases/v1.b.clatestpointing at the latest version of the highest major versionv1pointing at the latest1.x.xversion
- Push tags