forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix: unsupported-features/node-builtins-modules range compare" (
#254) Revert "fix: unsupported-features/node-builtins-modules range compare (#252)" This reverts commit d50ae85.
- Loading branch information
1 parent
d8d8454
commit caecf3e
Showing
2 changed files
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caecf3e
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.
@scagood is there a way to let
release-please
pushing a patch version - seems it does know the "revert" commit?caecf3e
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.
@aladdin-add The best way is to adjust the squash commit message:
fix:
, orfix: ...
in the commit (it'll appear in the changelog), orIf you already merged, then you could push an empty commit (see here):
caecf3e
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.
@caugner thanks for the tips, seems useful! 👍
I had just pushed a patch manually, will try it next time! 😄
caecf3e
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.
I usually use
revert: fix: unsupported-features/node-builtins-modules range compare
, I am not sure there is a good way 🤔caecf3e
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.
If you want to use
revert:
, you could configure it as a changelog section:eslint-plugin-n/.github/release-please/config.json
Lines 5 to 17 in 8bab07b
caecf3e
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.
I have too many release please configs! 😱
caecf3e
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.
Note also that you can fix release notes (before merging the release-please PR) by updating the description of the PR for which you want to fix the release notes, and adding this section: