Skip to content

Commit

Permalink
Merge pull request #3 from EmperorCookie/pipeline
Browse files Browse the repository at this point in the history
ci: Version bumps
  • Loading branch information
EmperorCookie authored Nov 8, 2024
2 parents d763636 + d428221 commit 78f61d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
dry_run: true
extra_plugins: |
conventional-changelog-conventionalcommits@5.0.0
@semantic-release/[email protected].1
@semantic-release/commit-analyzer@9.0.2
@semantic-release/github@8.0.5
@semantic-release/release-notes-generator@10.0.3
conventional-changelog-conventionalcommits@7.0.0
@semantic-release/[email protected].3
@semantic-release/commit-analyzer@13.0.0
@semantic-release/github@11.0.1
@semantic-release/release-notes-generator@14.0.1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -135,11 +135,11 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
conventional-changelog-conventionalcommits@5.0.0
@semantic-release/[email protected].1
@semantic-release/commit-analyzer@9.0.2
@semantic-release/github@8.0.5
@semantic-release/release-notes-generator@10.0.3
conventional-changelog-conventionalcommits@7.0.0
@semantic-release/[email protected].3
@semantic-release/commit-analyzer@13.0.0
@semantic-release/github@11.0.1
@semantic-release/release-notes-generator@14.0.1
env:
GH_TOKEN: ${{ steps.token.outputs.token }}
GIT_AUTHOR_NAME: github-actions[bot]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/patch-notes-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Node Dependencies
run: |
npm install \
conventional-changelog-conventionalcommits@5.0.0 \
@semantic-release/[email protected].1 \
@semantic-release/commit-analyzer@9.0.2 \
@semantic-release/github@8.0.5 \
@semantic-release/release-notes-generator@10.0.3
conventional-changelog-conventionalcommits@7.0.0 \
@semantic-release/[email protected].3 \
@semantic-release/commit-analyzer@13.0.0 \
@semantic-release/github@11.0.1 \
@semantic-release/release-notes-generator@14.0.1
- name: Patch Notes
id: patch-notes
Expand Down

0 comments on commit 78f61d2

Please sign in to comment.