File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## [ 3.3.0] ( https://github.com/patternslib/dev/compare/3.2.0...3.3.0 ) (2023-04-17)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+
11
+ * Simplify release make commands. ([ 49077d2] ( https://github.com/patternslib/dev/commit/49077d2c6d79d7b98898c6576d0aaa01e003a0d6 ) )
12
+
13
+ Change the prerelease commands back to pre-3.2.0 names.
14
+ This was necessary because the previous change did create for each
15
+ command a new increment, which was not what we wanted.
16
+ Instead the Makefile is now restructured:
17
+ - First the npm release is done and the package.json written with the
18
+ correct version. If no increment is given (in case of the prerelease
19
+ targets) an interactive prompt asks the user to define one.
20
+ - Second the GitHub release is done. It's no more necessary to guess the
21
+ next version before the npm version was done. Instead we now rely on
22
+ release-it choosing it for us.
23
+ Now we do have again the "prerelease-alpha" and "prerelease-beta"
24
+ Makefile targets.
25
+
5
26
## [ 3.2.0] ( https://github.com/patternslib/dev/compare/3.1.13...3.2.0 ) (2023-04-17)
6
27
7
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @patternslib/dev" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 3.3 .0" ,
4
4
"description" : " Development base files for working with Patternslib and add-ons." ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments