Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cosic committed Dec 8, 2023
1 parent d81433b commit 85b927f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.2

Fix:
* Add mustRunAfter assemble and bundle tasks without side effect on configuration cache


# 0.2.1

Fix:
Expand Down
2 changes: 1 addition & 1 deletion docs/releasing/07-prepare-release-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```
3. Make a *signed* tag (check existing tags for message format):
```bash
git tag -a "vX.Y.Z" -m "vX.Y.Z"
git tag -a "X.Y.Z" -m "X.Y.Z"
```
4. Push all of our work to Github to make it official:
```bash
Expand Down

0 comments on commit 85b927f

Please sign in to comment.