From ed1309ab9862e57e9e583e51c7889486b9a00b0f Mon Sep 17 00:00:00 2001 From: Nick Satterly Date: Thu, 10 Nov 2022 21:38:55 +0100 Subject: [PATCH] Bump version to 2.0.0 for node16 support --- RELEASE.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2f64cd8c..1e1a5fcf 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,14 @@ # Release +## Setup + +```bash +$ brew install node@16 +$ npm install +``` + +## Publish + ```bash $ vi package.json $ vi package-lock.json @@ -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. diff --git a/package-lock.json b/package-lock.json index 18adbf9b..3774c159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slack", - "version": "1.6.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "slack", - "version": "1.6.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 030ae82c..dbe1d9c5 100644 --- a/package.json +++ b/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",