Skip to content

Commit 4c3b172

Browse files
committed
Release new version.
1 parent 49077d2 commit 4c3b172

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33

44

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+
526
## [3.2.0](https://github.com/patternslib/dev/compare/3.1.13...3.2.0) (2023-04-17)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/dev",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)