File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed 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 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ Next ]
4
+ ## 1.1.6
5
5
6
6
* [ Changed] Updated NPM dependencies
7
7
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 <[email protected] >" ,
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