From 848627e95ecc81af5d069bd690e6481a428bf700 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Thu, 2 May 2024 17:14:15 +0200 Subject: [PATCH 1/2] fix: add missing permissions to release-please --- .github/workflows/release-please.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f2aa6b0..ed205d1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,6 +2,12 @@ on: push: branches: - main + + +permissions: + contents: write + pull-requests: write + name: release-please jobs: release-please: From 949f39209f8ccc8786fd94eba8350d796ab006a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:16:35 +0000 Subject: [PATCH 2/2] chore(main): release 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8aa4b9..492df3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0 (2024-05-02) + + +### Features + +* add go packages ([d134acb](https://github.com/babariviere/boxkit/commit/d134acbceecd4a51a193e921e2602f04c197b4a1)) + + +### Bug Fixes + +* add missing permissions to release-please ([848627e](https://github.com/babariviere/boxkit/commit/848627e95ecc81af5d069bd690e6481a428bf700)) + ## [1.1.0](https://github.com/ublue-os/boxkit/compare/v1.0.0...v1.1.0) (2023-10-09)