Compare commits

...

2 commits

Author SHA1 Message Date
github-actions[bot]
949f39209f
chore(main): release 1.0.0 2024-05-02 15:16:35 +00:00
848627e95e
fix: add missing permissions to release-please 2024-05-02 17:14:15 +02:00
2 changed files with 18 additions and 0 deletions

View file

@ -2,6 +2,12 @@ on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:

View file

@ -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)