Skip to content

Commit

Permalink
Merge pull request #632 from fortify/release-please--branches--v2.x
Browse files Browse the repository at this point in the history
chore(v2.x): release 2.9.0
  • Loading branch information
rsenden authored Oct 30, 2024
2 parents c646d2a + 4425cb6 commit 7bdfd45
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@
{
".": "2.8.0"
".": "2.9.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.9.0](https://github.com/fortify/fcli/compare/v2.8.0...v2.9.0) (2024-10-30)


### Features

* `fcli fod action run setup-release`: Add support for creating parent application & microservice if not existing ([9e3a8fd](https://github.com/fortify/fcli/commit/9e3a8fd4d1e49195eee9468ab01d52c93c0688f0))
* `fcli fod release create`: Add support for creating parent application & microservice if not existing ([576b620](https://github.com/fortify/fcli/commit/576b6200f28ff96f159e9f154562895b7c245259))
* `fcli fod release create`: Ignore `--copy-from` if equal to release being created ([576b620](https://github.com/fortify/fcli/commit/576b6200f28ff96f159e9f154562895b7c245259))
* `fcli fod release create`: Ignore `--copy-from` if first release on new application ([576b620](https://github.com/fortify/fcli/commit/576b6200f28ff96f159e9f154562895b7c245259))
* `fcli fod release create`: Throw user-friendly error when trying to copy release from different application ([576b620](https://github.com/fortify/fcli/commit/576b6200f28ff96f159e9f154562895b7c245259))


### Bug Fixes

* Improve parsing of boolean action parameters ([d3b6f4c](https://github.com/fortify/fcli/commit/d3b6f4c260580c6db7f0edcc175dc354db72eae1))

## [2.8.0](https://github.com/fortify/fcli/compare/v2.7.1...v2.8.0) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0
2.9.0

0 comments on commit 7bdfd45

Please sign in to comment.