Skip to content

Commit

Permalink
fix: force v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Aug 21, 2024
1 parent e552eca commit 303a93f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
id: semantic # Need an `id` for output variables
with:
dry_run: true
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ branches:
- name: fix/*
prerelease: '${name.replace(/^fix\//g, "fix-").replace(/\//g, "-")}'
- name: feat/init
prerelease: 'beta'
prerelease: 'beta'

0 comments on commit 303a93f

Please sign in to comment.