Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nrwl-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored May 23, 2024
2 parents d4b6b30 + 0a8b34c commit 046bdaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/require-allow-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
egress-policy: "audit"

- uses: "ljharb/require-allow-edits@2bf6dc5607979ae0e3f8739b9f9a4018e024b9a0" # main
- uses: "ljharb/require-allow-edits@13f90bc8cc5de000f2b44a0e2c3a11d108e8cd9f" # main
with:
pull_number: "${{ github.event.pull_request.number }}"
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
egress-policy: "audit"

- name: "Wait for tests to succeed"
uses: "lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f" # v1.3.3
uses: "lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc" # v1.3.4
timeout-minutes: 20
with:
ref: "${{ github.event.pull_request.head.sha || github.sha }}"
Expand Down
7 changes: 7 additions & 0 deletions packages/semantic-release-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @anolilab/semantic-release-preset [8.1.0](https://github.com/anolilab/semantic-release/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2024-05-23)


### Features

* moved semantic-release preset, added new presets for yarn and pnpm ([#26](https://github.com/anolilab/semantic-release/issues/26)) ([7c057c4](https://github.com/anolilab/semantic-release/commit/7c057c45977c00a06c057a360a13a7f1993d808d))

## @anolilab/semantic-release-preset [8.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-12-22)


Expand Down

0 comments on commit 046bdaa

Please sign in to comment.