Skip to content

Commit

Permalink
Merge pull request #1 from czfadmin/develop
Browse files Browse the repository at this point in the history
feat(actions): add github actions
  • Loading branch information
czfadmin authored Apr 20, 2024
2 parents f17ab3a + 82b49dc commit cc11795
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"revert",
"style",
"test",
"sample"
"sample",
"release"
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vsc-extension-helper

## 0.0.3

### Patch Changes

- 4d6fff5: change pipeline name

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vsc-extension-helper",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"author": "czfadmin",
"publisher": "czfadmin",
Expand Down

0 comments on commit cc11795

Please sign in to comment.