Skip to content

Commit

Permalink
Bump version to 2.0.0 for node16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Nov 10, 2022
1 parent 8d735db commit c97e3fd
Show file tree
Hide file tree
Showing 6 changed files with 3,609 additions and 1,841 deletions.
19 changes: 19 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release

## Setup

```bash
$ brew install node@16
$ make install
```

## Develop

```bash
$ make format
$ make lint
$ make test
```

## Publish

```bash
$ vi package.json
$ vi package-lock.json
Expand All @@ -14,6 +31,8 @@ $ git push origin v1 --force

Go to [GitHub Releases](https://github.com/act10ns/slack/releases) and create a new release

## References

See [Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) to understand version strategy.

See [Publishing actions in GitHub Marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace) for general information about how to make actions available on GitHub.
Loading

0 comments on commit c97e3fd

Please sign in to comment.