Merge branch 'main' of github.com:9IT-Full-Service/quilldrop
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 06:41
d616eae782da81eecf82fa7304666ddc0ed87d80
| @@ -1,10 +1,17 @@ | ||
| 1 | +## [1.2.7](https://github.com/9IT-Full-Service/quilldrop/compare/v1.2.6...v1.2.7) (2026-02-19) |
|
| 2 | + | |
| 3 | + | |
| 4 | +### Bug Fixes |
|
| 5 | + | |
| 6 | +* add binary release ([7b66c42](https://github.com/9IT-Full-Service/quilldrop/commit/7b66c42f46108d01c89382b771faf6c838759cce)) |
|
| 7 | + | |
| 1 | 8 | ## [1.2.6](https://github.com/9IT-Full-Service/quilldrop/compare/v1.2.5...v1.2.6) (2026-02-19) |
| 2 | 9 | |
| 3 | 10 | |
| 4 | 11 | ### Bug Fixes |
| 5 | 12 | |
| 6 | 13 | * favicon paths ([8cc5684](https://github.com/9IT-Full-Service/quilldrop/commit/8cc568475244da9d69fc1d65133085538077b57e)) |
| 7 | 14 | |
| 8 | 15 | ## [1.2.5](https://github.com/9IT-Full-Service/quilldrop/compare/v1.2.4...v1.2.5) (2026-02-19) |
| 9 | 16 | |
| 10 | 17 |
| @@ -1,21 +1,21 @@ | ||
| 1 | 1 | name: build-and-release |
| 2 | 2 | |
| 3 | 3 | on: |
| 4 | 4 | # push: |
| 5 | 5 | # branches: [main] |
| 6 | 6 | workflow_dispatch: |
| 7 | 7 | # tags: |
| 8 | 8 | # - 'v*' # z.B. v1.2.3 |
| 9 | 9 | |
| 10 | 10 | permissions: |
| 11 | -contents: read |
|
| 11 | +contents: write |
|
| 12 | 12 | packages: write |
| 13 | 13 | id-token: write |
| 14 | 14 | |
| 15 | 15 | env: |
| 16 | 16 | # Hier kannst du einen Default-Name definieren, der in die Artefakte wandert |
| 17 | 17 | APP_VERSION: ${{ github.ref_name }} |
| 18 | 18 | GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} |
| 19 | 19 | TARGET_REPO: owner/target-repo |
| 20 | 20 | TAG: ${{ github.ref_name }} |
| 21 | 21 | REGISTRY: ghcr.io |