From 73bf24e7ebae6e4dfbf533b7952b20638a95cdaa Mon Sep 17 00:00:00 2001 From: Yuriy Kirillov Date: Fri, 4 Sep 2026 00:04:18 +0200 Subject: [PATCH] chore: release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 18 +++++++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4b2c4..fbb40f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/rubykatzen/flightdeck/compare/v1.2.0...v1.3.0) (2026-09-03) + + +### Features + +* publish releases to LinkedIn ([#191](https://github.com/rubykatzen/flightdeck/issues/191)) ([d499977](https://github.com/rubykatzen/flightdeck/commit/d499977ab84e3178f032cb6916f7317b0d4e88c0)) + ## [1.2.0](https://github.com/rubykatzen/flightdeck/compare/v1.1.0...v1.2.0) (2026-08-30) diff --git a/README.md b/README.md index 27db682..77c9369 100644 --- a/README.md +++ b/README.md @@ -293,12 +293,12 @@ Builds a zip archive from caller-selected paths, rejects runtime state and env f steps: - uses: actions/checkout@v7 with: - ref: v1.2.0 - - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v1.2.0 + ref: v1.3.0 + - uses: rubykatzen/flightdeck/.github/actions/build-bundle@v1.3.0 with: paths: apps bundle-name: flightdeck-apps.zip - release-tag: v1.2.0 + release-tag: v1.3.0 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -318,10 +318,10 @@ A thin defaults wrapper around `build-bundle`: `paths` defaults to `apps`, `bund steps: - uses: actions/checkout@v7 with: - ref: v1.2.0 - - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v1.2.0 + ref: v1.3.0 + - uses: rubykatzen/flightdeck/.github/actions/build-apps-bundle@v1.3.0 with: - release-tag: v1.2.0 + release-tag: v1.3.0 token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -351,7 +351,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: rubykatzen/flightdeck/.github/actions/deploy@v1.2.0 + - uses: rubykatzen/flightdeck/.github/actions/deploy@v1.3.0 id: deploy with: target-manifest: targets/mainframe.yml # required, path in this repository @@ -362,7 +362,7 @@ jobs: # tailscale-oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }} # required only if tailscale-oauth-client-id is set # tailscale-tags: tag:ci # default: tag:ci - name: Notify Telegram - uses: rubykatzen/baseline/.github/actions/send-telegram-message@v1.2.0 + uses: rubykatzen/baseline/.github/actions/send-telegram-message@v1.3.0 with: message: ${{ steps.deploy.outputs.telegram-message }} telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} @@ -372,7 +372,7 @@ jobs: -The `@v1.2.0` pin on the `uses:` line only controls which ref this action's own code runs at. `target-manifest`'s own `app_refs` entries are separate and don't have to match it. +The `@v1.3.0` pin on the `uses:` line only controls which ref this action's own code runs at. `target-manifest`'s own `app_refs` entries are separate and don't have to match it. #### `deploy.yml`