Skip to content

Shared workflows v3.0.1

Choose a tag to compare

@zemd-release-publisher zemd-release-publisher released this 14 Aug 09:25
· 10 commits to main since this release
Immutable release. Only release title and notes can be modified.
7a3e058

Shared GitHub Actions workflows. Add one job per workflow to a caller in
.github/workflows/, pinned to this commit:

uses: zemd/js/.github/workflows/shared-benchmarks.yml@7a3e058a84bf059a8f9afa810ca4faec8fb71282 # v3.0.1
uses: zemd/js/.github/workflows/shared-ci.yml@7a3e058a84bf059a8f9afa810ca4faec8fb71282 # v3.0.1
uses: zemd/js/.github/workflows/shared-codeql.yml@7a3e058a84bf059a8f9afa810ca4faec8fb71282 # v3.0.1
uses: zemd/js/.github/workflows/shared-release.yml@7a3e058a84bf059a8f9afa810ca4faec8fb71282 # v3.0.1
uses: zemd/js/.github/workflows/shared-scorecard.yml@7a3e058a84bf059a8f9afa810ca4faec8fb71282 # v3.0.1
uses: zemd/js/.github/workflows/shared-zizmor.yml@7a3e058a84bf059a8f9afa810ca4faec8fb71282 # v3.0.1

Ready-to-copy callers: .github/workflows-examples.

Re-resolve this commit at any time:

gh api repos/zemd/js/git/ref/tags/v3 --jq .object.sha

Changes

Patch Changes

  • Fix checkout-free release jobs to install pnpm from the pinned shared tooling manifest.

What's Changed

  • Refactoring by @zemd in #41
  • Add comprehensive tests for GitHub Actions workflows by @zemd in #42
  • chore(release): version packages by @zemd-release-branchkeeper[bot] in #43
  • Fix release workflow by @zemd in #44
  • chore(release): version packages by @zemd-release-branchkeeper[bot] in #45

New Contributors

  • @zemd-release-branchkeeper[bot] made their first contribution in #43

Full Changelog: v2.1.1...v3.0.1