-
Notifications
You must be signed in to change notification settings - Fork 74
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: pin conventional-changelog version #175
Conversation
xref: semantic-release/semantic-release#2929 ibis-substrait was affected by this as well: ibis-project/ibis-substrait#742 |
b755d4b
to
3591358
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also run the |
looking good: ## 1.0.0 (https:/tmp/tmp.xHGP1hYI1L/compare/v0.15.0...v1.0.0) (2023-09-06)
### ⚠ BREAKING CHANGES
* * windowFunction expression creator now requires window bound type parameter
* the WindowBound POJO representation has been reworked to use visitation and more closely match the spec
* ExpressionRexConverter now requires a WindowFunctionConverter
* * feat: convert Substrait window functions to Calcite RexOvers (#172) (7618bb8 (https:/tmp/tmp.xHGP1hYI1L/commit/7618bb82150a430c3a8a9621c28e983e66785230)), closes #172 (https:/tmp/tmp.xHGP1hYI1L/issues/172) |
Also, just so it isn't a surprise, the |
Should it be 0.16.0 actually? I thought breaking changes were allowed pre-1.0? |
We've published breaking changes before that only bumped this up by a minor? |
we might have to summon @cpcloud for his conventional commits expertise |
Hmm, it looks like we configure the commit analyser to treat breaking changes as minor version here: It looks like the dry run doesn't have that configured. |
Okay it looks like the default rules as defined in https://github.com/semantic-release/commit-analyzer/blob/6026589075daf31928b408527e9e8988c3146f47/lib/default-release-rules.js#L7C38-L7C38
and we use
Going back in time, I ran a sense check by executing a dry-run on the commit before the prior chore, which is the commit before our 0.15 release. The output was
so this appears to be a dry-run artifact. I feel pretty confident that merging and releasing this isn't about to publish a 1.0 version. |
v.0.16.0 was correctly released |
woo! nice detective work! |
No description provided.