Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: semantic version release process #428

Merged
merged 6 commits into from
Sep 20, 2023
Merged

fix: semantic version release process #428

merged 6 commits into from
Sep 20, 2023

Conversation

dib542
Copy link
Collaborator

@dib542 dib542 commented Sep 20, 2023

This PR fixes the semantic version release process by

  • upgrading cycjimmy/semantic-release-action
  • downgrading conventional-changelog-conventionalcommits

It should be noted that downgrading conventionalcommits should not be necessary in the new fix available on @semantic-release@v22.0.0 as noted in semantic-release/semantic-release#2932 (comment).

However, it is not possible at the moment to add version 22 to the semantic-release-action config yet, eg:

      uses: cycjimmy/semantic-release-action@v4
      with:
          semantic_version: 22

Here the semantic-release-action will use semantic_version 21

@dib542 dib542 linked an issue Sep 20, 2023 that may be closed by this pull request
@dib542 dib542 merged commit 4e9b81f into main Sep 20, 2023
2 checks passed
@dib542 dib542 deleted the fix-semantic-release branch September 20, 2023 20:09
dib542 pushed a commit that referenced this pull request Sep 20, 2023
## [0.3.11](v0.3.10...v0.3.11) (2023-09-20)

### Features

* add bridging page and bridging UI ([#416](#416)) ([7dfd561](7dfd561))

### Fixes

* semantic version release process ([#428](#428)) ([4e9b81f](4e9b81f))
* update dualityjs dependency to cosmology/telescope version ([#426](#426)) ([f1ccffd](f1ccffd))

### Other

* parse amount denoms with cosmjs parseCoins ([#418](#418)) ([8e08f88](8e08f88))
@dib542
Copy link
Collaborator Author

dib542 commented Sep 20, 2023

🎉 This PR is included in version 0.3.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix semantic version release process
1 participant