Skip to content

Commit

Permalink
hardcode semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Sep 28, 2023
1 parent 8b9f02a commit e0e4e8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
with:
dry_run: false
# version numbers below can be in many forms: M, M.m, M.m.p
# version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)
# because previous version had a bug in commit analyzer
semantic_version: 22.0.5
extra_plugins: |
conventional-changelog-conventionalcommits
@semantic-release/changelog
Expand Down

0 comments on commit e0e4e8f

Please sign in to comment.