Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.0](v2.1.2...v2.2.0) (2024-03-29)

### Features

* **dotnet:** add GitVersion 6.0 config ([3784c72](3784c72))
* **dotnet:** add global "RepoRoot", "RepoRootPublishDir", and placeholder properties ([23d330a](23d330a))
* **dotnet:** rework ZipPublishDir ([618ba95](618ba95))
* move commitlint config to shared file ([66efb30](66efb30))

### Bug Fixes

* **dotnet:** trim variant args; undefine if parentheses would be empty ([10414ff](10414ff)), closes [#356](#356)
  • Loading branch information
semantic-release-bot committed Mar 29, 2024
1 parent 618ba95 commit cb3d9ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.2.0](https://github.com/halospv3/hce.shared/compare/v2.1.2...v2.2.0) (2024-03-29)


### Features

* **dotnet:** add GitVersion 6.0 config ([3784c72](https://github.com/halospv3/hce.shared/commit/3784c72ea2e37dcced13ccc322476f0d93d2bd9b))
* **dotnet:** add global "RepoRoot", "RepoRootPublishDir", and placeholder properties ([23d330a](https://github.com/halospv3/hce.shared/commit/23d330a2ca4769fcd14fe8f1a409f6801a7a1ea3))
* **dotnet:** rework ZipPublishDir ([618ba95](https://github.com/halospv3/hce.shared/commit/618ba95b3d731dc1b560e91757aa02e947b09e03))
* move commitlint config to shared file ([66efb30](https://github.com/halospv3/hce.shared/commit/66efb30a9e4351d02a761edf3a49722bc8a0f111))


### Bug Fixes

* **dotnet:** trim variant args; undefine if parentheses would be empty ([10414ff](https://github.com/halospv3/hce.shared/commit/10414ffc58950bae4d582d2263cbf9d7a51235eb)), closes [#356](https://github.com/halospv3/hce.shared/issues/356)

## [2.1.2](https://github.com/halospv3/hce.shared/compare/v2.1.1...v2.1.2) (2024-03-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halospv3/hce.shared-config",
"version": "2.1.2",
"version": "2.2.0",
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
"keywords": [
"halo",
Expand Down

0 comments on commit cb3d9ac

Please sign in to comment.