Skip to content

Commit

Permalink
Merge pull request #4 from justin-o12/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.2
  • Loading branch information
justin-o12 authored Feb 16, 2024
2 parents 160bb3f + 4735395 commit b09daa9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.2.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.2](https://github.com/justin-o12/uds-package-arc/compare/v0.2.1...v0.2.2) (2024-02-16)


### Bug Fixes

* Have release-please set the version in zarf.yaml. ([14d30ca](https://github.com/justin-o12/uds-package-arc/commit/14d30ca1ece191a0a9429e3b2832ef59cb3f2755))
* Merge branch 'config-release-please' ([160bb3f](https://github.com/justin-o12/uds-package-arc/commit/160bb3f380d3a1fe90af1437b6ff50f0ca7e1485))

## [0.2.1](https://github.com/justin-o12/uds-package-arc/compare/v0.2.0...v0.2.1) (2024-02-15)


Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "The version of the packages to build"
# x-release-please-start-version
default: "0.2.1"
default: "0.2.2"
# x-release-please-end

tasks:
Expand Down

0 comments on commit b09daa9

Please sign in to comment.