File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
" angular-eslint-template-parser " : patch
3
3
---
4
4
5
- chore: bump deps
5
+ chore: bump deps for plugin metadata
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- pull_request :
8
7
concurrency :
9
8
group : ${{ github.workflow }}-${{ github.ref }}
10
9
cancel-in-progress : true
@@ -20,10 +19,13 @@ jobs:
20
19
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
20
fetch-depth : 0
22
21
23
- - name : Setup Node.js 20.x
22
+ - name : Enable Corepack
23
+ run : corepack enable
24
+
25
+ - name : Setup Node.js LTS
24
26
uses : actions/setup-node@v4
25
27
with :
26
- node-version : 20.x
28
+ node-version : lts/*
27
29
cache : yarn
28
30
29
31
- name : Install Dependencies
36
38
with :
37
39
# This expects you to have a script called release which does a build for your packages and calls changeset publish
38
40
publish : yarn release
41
+ commit : ' chore: release angular-eslint-template-parser'
42
+ title : ' chore: release angular-eslint-template-parser'
39
43
env :
40
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41
45
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-eslint-template-parser" ,
3
3
"version" : " 0.1.1" ,
4
- "repository" : " git+https://github.com/rx -ts/angular-eslint-template-parser.git" ,
4
+ "repository" : " git+https://github.com/un -ts/angular-eslint-template-parser.git" ,
5
5
"author" :
" JounQin <[email protected] >" ,
6
6
"license" : " MIT" ,
7
7
"packageManager" :
" [email protected] " ,
You can’t perform that action at this time.
0 commit comments