1 Commits

Author SHA1 Message Date
Release-plz e08d13304d chore(release): Release v0.1.0
Committed / committed (pull_request) Successful in 51s
CI / cargo shear (pull_request) Successful in 6m27s
CI / prek (pull_request) Successful in 6m32s
Release-plz / Release-plz Release (push) Successful in 10m4s
Release-plz / Release-plz PR (push) Successful in 9m11s
CI / prek (push) Successful in 9m20s
Audit / cargo audit (push) Successful in 13m4s
CI / cargo shear (push) Successful in 5m53s
Release / Arch Linux (push) Successful in 7m45s
Signed-off-by: Release-plz <release-plz@noreply.huizinga.dev>
2026-04-07 05:06:36 +02:00
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: release-plz release - name: release-plz release
env: env:
CARGO_REGISTRIES_INFRA_TOKEN: "Bearer ${{ secrets.RELEASE_PLZ_TOKEN }}" CARGO_REGISTRIES_INFRA_TOKEN: "Bearer ${{ secrets.RELEASE_PLZ_TOKEN }}"
run: release-plz release --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea --dry-run run: release-plz release --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea
release-plz-pr: release-plz-pr:
name: Release-plz PR name: Release-plz PR
+1
View File
@@ -31,6 +31,7 @@ repos:
rev: "1.0.0" rev: "1.0.0"
hooks: hooks:
- id: mdformat - id: mdformat
exclude: "^CHANGELOG.md$"
- repo: local - repo: local
hooks: hooks:
+11 -12
View File
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### <!-- 0 -->Features ### <!-- 0 -->Features
- *(package)* Added PKGBUILD - _(package)_ Added PKGBUILD
- Set user agent - Set user agent
- *(performance)* Disable request features to reduce binary size - _(performance)_ Disable request features to reduce binary size
- Generate talos configs - Generate talos configs
- Show error if no clusters are found in repo - Show error if no clusters are found in repo
- Initial rewrite of python render tool - Initial rewrite of python render tool
@@ -28,14 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### <!-- 5 -->Miscellaneous Tasks ### <!-- 5 -->Miscellaneous Tasks
- *(actions)* Publish Arch Linux package - _(actions)_ Publish Arch Linux package
- *(license)* Add GPL license - _(license)_ Add GPL license
- *(actions)* Name steps - _(actions)_ Name steps
- *(actions)* Renamed release-plz workflow file - _(actions)_ Renamed release-plz workflow file
- *(actions)* Use committed to check pr commits - _(actions)_ Use committed to check pr commits
- *(actions)* Cancel in-progress ci runs when pushing to pr - _(actions)_ Cancel in-progress ci runs when pushing to pr
- *(docs)* Added README - _(docs)_ Added README
- *(actions)* Setup workflows - _(actions)_ Setup workflows
- Publish to gitea registry - Publish to gitea registry
- *(pre-commit)* Update pre commit config - _(pre-commit)_ Update pre commit config
# Changelog