From 4d6fff508dade9c06a6070ac309561399265b9c7 Mon Sep 17 00:00:00 2001 From: abchen Date: Sat, 20 Apr 2024 14:02:25 +0800 Subject: [PATCH 1/2] ci(action): change pipeline name --- .changeset/rude-beds-happen.md | 5 +++++ .github/workflows/release-pull-request.yaml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/rude-beds-happen.md diff --git a/.changeset/rude-beds-happen.md b/.changeset/rude-beds-happen.md new file mode 100644 index 0000000..0c28dc0 --- /dev/null +++ b/.changeset/rude-beds-happen.md @@ -0,0 +1,5 @@ +--- +'vsc-extension-helper': patch +--- + +change pipeline name diff --git a/.github/workflows/release-pull-request.yaml b/.github/workflows/release-pull-request.yaml index f5ad85f..7f61893 100644 --- a/.github/workflows/release-pull-request.yaml +++ b/.github/workflows/release-pull-request.yaml @@ -1,7 +1,7 @@ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages -name: Node.js Package +name: Relase Pull Request on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3a98a3..b641535 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages -name: Node.js Package +name: Release on: workflow_dispatch: From 82b49dc8c34a53546b62aecd9f27b284b6661cbe Mon Sep 17 00:00:00 2001 From: abchen Date: Sat, 20 Apr 2024 14:06:18 +0800 Subject: [PATCH 2/2] feat(package): bump pakcages --- .changeset/rude-beds-happen.md | 5 ----- .commitlintrc.json | 3 ++- CHANGELOG.md | 6 ++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .changeset/rude-beds-happen.md diff --git a/.changeset/rude-beds-happen.md b/.changeset/rude-beds-happen.md deleted file mode 100644 index 0c28dc0..0000000 --- a/.changeset/rude-beds-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vsc-extension-helper': patch ---- - -change pipeline name diff --git a/.commitlintrc.json b/.commitlintrc.json index 5c5e64d..32ebe97 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -21,7 +21,8 @@ "revert", "style", "test", - "sample" + "sample", + "release" ] ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index e8871fb..4c362c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vsc-extension-helper +## 0.0.3 + +### Patch Changes + +- 4d6fff5: change pipeline name + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index c042a98..72d05df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vsc-extension-helper", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "author": "czfadmin", "publisher": "czfadmin",