Skip to content

Commit bba8cbc

Browse files
authored
release: auto-release@0.4.0
1 parent d48292e commit bba8cbc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

33
This is the changelog for `auto-release`.
44

5+
## 0.4.0
6+
7+
### Features
8+
9+
- Add a new global `default_project_config` property that helps define sensible defaults for all projects.
10+
11+
- Add a new `release_group` property on projects to ensure that they are released together in one PR.
12+
13+
- Add a project option `skip_release_if_no_change_file` that prevent `auto-release` to create a release PR when no change file was added.
14+
515
## 0.3.0
616

717
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@afoures/auto-release",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A file based release management tool for monorepos",
55
"homepage": "https://github.com/afoures/auto-release#readme",
66
"bugs": {

0 commit comments

Comments
 (0)