Skip to content

Commit f5d0ecd

Browse files
authored
Merge pull request #99 from FortnoxAB/add-mojo-changeset
Add missing changeset for AddMojo
2 parents 94f7236 + e18337e commit f5d0ecd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.changeset/fresh-coats-jog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"changesets": minor
3+
---
4+
5+
Introduced more parameters for generating more flexible changesets using the add goal.
6+
7+
You can now create changesets with more prefilled info and with predictable names (useful for testing and dependabot).
8+
9+
The new parameters are `changesetLevel` and `changesetFile` (`changesetContent` was already available).
10+
```
11+
mvn changesets:add -DchangesetLevel=patch -DchangesetContent="My change" -DchangesetFile=magic.md
12+
```
13+

0 commit comments

Comments
 (0)