File tree Expand file tree Collapse file tree 6 files changed +1346
-1218
lines changed Expand file tree Collapse file tree 6 files changed +1346
-1218
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/checkout@v2
29
29
- name : Parse changelog
30
30
run : |
31
- START="## ${GITHUB_REF#refs/tags/}"
32
- END="##\$ "
31
+ START="## ${{ GITHUB_REF#refs/tags/ } }"
32
+ END="##"
33
33
grep -oPz "(?s)${START}.*?\n\K.*?(?=${END})" CHANGELOG.md > changelog.txt
34
34
truncate -s-2 changelog.txt
35
35
- name : Release
Original file line number Diff line number Diff line change 31
31
run : git flow init -d
32
32
- name : Start release
33
33
run : git flow release start ${{ github.event.inputs.new_version }}
34
- - name : Replace [Next] tags with new version number
34
+ - name : Replace 1.1.6 tags with new version number
35
35
uses : jacobtomlinson/gha-find-replace@master
36
36
with :
37
37
find : " (?i)\\ [Next\\ ]"
Original file line number Diff line number Diff line change 11
11
- name : Setup Node
12
12
uses : actions/setup-node@v1
13
13
with :
14
- node-version : 13
14
+ node-version : 14
15
+ - name : Install dependencies
16
+ run : npm install
15
17
- name : ESlint
16
- run : |
17
- yarn install
18
- yarn lint
18
+ run : npm run lint
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## 1.1.6
5
+
6
+ * [ Changed] Updated NPM dependencies
7
+
4
8
## 1.1.5
5
9
6
10
* [ Changed] Updated NPM dependencies
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @micropackage/scripts" ,
3
3
"description" : " Reusable scripts for (not only) WordPress development." ,
4
- "version" : " 1.1.5 " ,
4
+ "version" : " 1.1.6 " ,
5
5
"author" : " Wojtek Szałkiewicz <wojtek@szalkiewicz.pl>" ,
6
6
"license" : " GPL-3.0-or-later" ,
7
7
"homepage" : " https://github.com/micropackage/scripts" ,
You can’t perform that action at this time.
0 commit comments