Skip to content

Commit

Permalink
#15: first pass on token file replacer part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed May 8, 2024
1 parent 404e07e commit e72f424
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
env:
RUNNER_DEBUG: 1
with:
version: ${{ matrix.version }}
bundle-dependencies: ${{ matrix.bundle-dependencies }}
commands: npm run prepare
lando-plugin: ${{ matrix.lando-plugin }}
sync-tags: |
v2
kirk-epsilon
sync: false
version: ${{ matrix.version }}
update-files: CHANGELOG.md
update-files-header: |
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-options-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
npm run prepare
- name: Prepare release
uses: ./
env:
RUNNER_DEBUG: 1
with:
version: v5.0.0
commands: |
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/pr-sync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
path: test
- name: Prepare release
uses: ./
env:
RUNNER_DEBUG: 1
with:
version: dev
commands: |
Expand All @@ -51,3 +53,11 @@ jobs:
v99
sync-token: ${{ secrets.RTFM47_COAXIUM_INJECTOR }}
sync-username: William T. Riker
update-files: CHANGELOG.md
update-files-header: |
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
update-files-meta: |
UNRELEASED_DATE=May 4, 3000
UNRELEASED_LINK=${{ github.repositoryUrl }}
UNRELEASED_VERSION=v${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt}}-build.${{ github.sha }}

0 comments on commit e72f424

Please # to comment.