Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 782 Bytes

File metadata and controls

31 lines (21 loc) · 782 Bytes

Still in progress, here be 🐉

Release

Until #70 is solved, the release workflow is gonna be wonky.

  1. Make a branch for the release
  2. Run script/tag-release and choose the next tag
  3. Run script/build.sh TAG, add the results
  4. Remove any older bin version from dist
  5. Commit, PR, Merge
  6. On the merge commit, run script/tag-release again

Note

If the current PR is known to create a new version, it's acceptable to commit the next bin as part of it.

Development

To test the action from a branch, run script/build.sh and commit the results.

You can now use the branch name to test your code.

E.g.

      - uses: nobe4/action-ln@branch-name

Tip

There's no need to push the code, just pushing the dist is enough for testing.