File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v0.12.1] ( https://github.com/adhocore/please/releases/tag/v0.12.1 ) (2021-10-20)
2
+
3
+ ### Bug Fixes
4
+ - Still need to checkout branch even if NOSYNC=1 (Jitendra Adhikari) [ _ 2eec21a_ ] ( https://github.com/adhocore/please/commit/2eec21a )
5
+
6
+ ### Internal Refactors
7
+ - Fix the current version, support after-version trigger (Jitendra Adhikari) [ _ 5b32580_ ] ( https://github.com/adhocore/please/commit/5b32580 )
8
+
9
+ ### Miscellaneous
10
+ - Label triggers, add after-version (Jitendra Adhikari) [ _ d536234_ ] ( https://github.com/adhocore/please/commit/d536234 )
11
+
12
+ ### Documentations
13
+ - Add after-version trigger (Jitendra Adhikari) [ _ 1394541_ ] ( https://github.com/adhocore/please/commit/1394541 )
14
+
15
+
1
16
## [ v0.12.0] ( https://github.com/adhocore/please/releases/tag/v0.12.0 ) (2021-10-20)
2
17
3
18
### Features
Original file line number Diff line number Diff line change 1
- v0.12.0
1
+ v0.12.1
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ update()
129
129
ok " Done [${NEWVER} ]" 0
130
130
}
131
131
132
- version () { echo v0.12.0 ; }
132
+ version () { echo v0.12.1 ; }
133
133
134
134
# get box.phar path
135
135
get-box ()
You can’t perform that action at this time.
0 commit comments