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

ci: stop pinning conventional commits #655

Closed
wants to merge 1 commit into from
Closed

Conversation

vbarua
Copy link
Member

@vbarua vbarua commented Jun 26, 2024

No description provided.

@vbarua
Copy link
Member Author

vbarua commented Jun 26, 2024

This was pinned in #644 to fix the release, but now it's broken again because it's pinned :sad:

In substrait-java unpinning fixed a similar issue: https://github.com/substrait-io/substrait-java/pull/267/files

There's probably a proper way to do this to have this stop happening generally, but my motivation actually figure out Javascript dependency weirdness is basically zero at this point.

@@ -12,5 +12,5 @@ npx --yes \
-p "@semantic-release/github" \
-p "@semantic-release/exec" \
-p "@semantic-release/git" \
-p "conventional-changelog-conventionalcommits@7.0.2" \
-p "conventional-changelog-conventionalcommits" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-p "conventional-changelog-conventionalcommits" \
-p "conventional-changelog-conventionalcommits@8.0.0" \

If we do this and also pin semantic-release itself to "[email protected]" that should prevent this breaking in the future (we just hit this in Ibis, which is where we copied this release process from)

@vbarua
Copy link
Member Author

vbarua commented Jun 26, 2024

Closing in favour of #657

@vbarua vbarua closed this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants