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
nick-ax committed Nov 10, 2022
1 parent 8d735db commit ed1309a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions RELEASE.md
@@ -1,5 +1,14 @@
# Release

## Setup

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

## Publish

```bash
$ vi package.json
$ vi package-lock.json
Expand All @@ -14,6 +23,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.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "slack",
"version": "1.6.0",
"version": "2.0.0",
"private": true,
"description": "Notify Slack of GitHub Actions job and step status.",
"main": "lib/main.js",
Expand Down

0 comments on commit ed1309a

Please sign in to comment.