File tree 4 files changed +6
-7
lines changed
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
echo "next_tag=$(npm version --no-git-tag-version ${{ github.event.inputs.versionName }} --preid ${{ github.event.inputs.preid }})" >> $GITHUB_OUTPUT
30
30
- name : Create pull request into main
31
- uses : peter-evans/create-pull-request@v4
31
+ uses : peter-evans/create-pull-request@v7
32
32
with :
33
33
branch : release/${{ steps.version.outputs.next_tag }}
34
34
commit-message : ' chore: release ${{ steps.version.outputs.next_tag }}'
Original file line number Diff line number Diff line change 34
34
${{ runner.os }}-yarn2-v5
35
35
- run : yarn install
36
36
- run : yarn docs:build
37
- - uses : actions/configure-pages@v4
37
+ - uses : actions/configure-pages@v5
38
38
- uses : actions/upload-pages-artifact@v3
39
39
with :
40
40
path : docs/.vitepress/dist
Original file line number Diff line number Diff line change 31
31
echo "releasing ${{ steps.extract_version.outputs.version }} with tag ${{ steps.extract_version.outputs.npm_tag }}"
32
32
- name : Create Release
33
33
id : create_release
34
- uses : release-drafter/release-drafter@v5
34
+ uses : release-drafter/release-drafter@v6
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
with :
70
70
- run : yarn build
71
71
- run : yarn pack
72
72
- name : Upload Release Asset
73
- uses : AButler/upload-release-assets@v2.0.2
73
+ uses : AButler/upload-release-assets@v3.0
74
74
with :
75
75
files : ' package.tgz'
76
76
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chartjs-plugin-hierarchical" ,
3
3
"description" : " Chart.js module for hierarchical categories" ,
4
- "version" : " 4.4.2 " ,
4
+ "version" : " 4.4.3 " ,
5
5
"author" : {
6
6
"name" : " Samuel Gratzl" ,
7
7
36
36
"require" : " ./build/index.cjs" ,
37
37
"scripts" : " ./build/index.umd.min.js" ,
38
38
"types" : " ./build/index.d.ts"
39
- },
40
- "./.pnp.cjs" : " ./.pnp.cjs"
39
+ }
41
40
},
42
41
"sideEffects" : false ,
43
42
"files" : [
You can’t perform that action at this time.
0 commit comments