Skip to content

Commit

Permalink
Merge pull request #264 from GordonSmith/RELEASE_PLEASE_TWEAKS
Browse files Browse the repository at this point in the history
chore: Tweak release-please GH Action
  • Loading branch information
GordonSmith authored Sep 6, 2024
2 parents 769fdda + b4b13bd commit 4722b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- trunk
- trunk-2.x

permissions:
contents: write
Expand All @@ -12,7 +11,7 @@ name: release-please

jobs:
release-please:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Initialize Release Please
id: release
Expand Down Expand Up @@ -46,6 +45,7 @@ jobs:
sudo apt-get install -y chromium
- name: Export GitHub Actions cache environment variables
if: ${{ steps.release.outputs.release_created }}
uses: actions/github-script@v7
with:
script: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Mono Repo Note:

_This repository was converted to a mono repo as off `@hpcc-js/wasm v2.19.0` and the @hpcc-js/wasm [changelog](packages/wasm/CHANGELOG.md) is now maintained in the `packages/wasm` folder, see: [packages/wasm/CHANGELOG.md](packages/wasm/CHANGELOG.md)._

_This changelog is now a summary of all changes across all packages in the mono repo under the private name of `@hpcc-js/wasm-root`._

# Changelog

This repository was converted to a mono repo as off v2.19.0 and the @hpcc-js/wasm [changelog](packages/wasm/CHANGELOG.md) is now maintained in the `packages/wasm` folder: [packages/wasm/CHANGELOG.md](packages/wasm/CHANGELOG.md)
Expand Down

0 comments on commit 4722b86

Please sign in to comment.