From c49d9e34a3961f5810e681143b320d99026f12de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 23:23:18 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 615d038..9288860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [0.6.0](https://github.com/unicornops/github-copilot-notify/compare/v0.5.0...v0.6.0) (2026-03-07) + + +### Features + +* Consolidate release build workflow into release-please pipeline ([#30](https://github.com/unicornops/github-copilot-notify/issues/30)) ([401f87f](https://github.com/unicornops/github-copilot-notify/commit/401f87f93e4cd547e39f0f45bbd8fd7413ca14c3)) + ## [0.5.0](https://github.com/unicornops/github-copilot-notify/compare/v0.4.8...v0.5.0) (2026-03-07)