Skip to content

Commit 85de42c

Browse files
committed
add fragment
1 parent d9d0ba2 commit 85de42c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
entries:
2+
- description: >
3+
Made the `cleanup` command's error handling more robust on deletion and "not found" events.
4+
kind: bugfix
5+
- description: >
6+
Fixed the documented `packagemanifests` make recipe.
7+
kind: bugfix
8+
migration:
9+
header: Update `packagemanifests` make recipe variable `PKG_MAN_OPTS`
10+
body: >
11+
If your project uses the `packagemanifests` make recipe, update your `PKG_MAN_OPTS`
12+
variable to include `PKG_FROM_VERSION` instead of `FROM_VERSION`, ex.
13+
`PKG_MAN_OPTS ?= $(PKG_FROM_VERSION) $(PKG_CHANNELS) $(PKG_IS_DEFAULT_CHANNEL)`.

0 commit comments

Comments
 (0)