-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Release 12.0.1 #683
Merged
Merged
Release 12.0.1 #683
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
74cf4cd
add missing h000-mktg
gladwearefriends 25f776b
npm: break out lint-css, lint-js scripts
shawnbot 5b59cc2
npm: nix postlint script, add postversion
shawnbot 05f0a49
docs(releasing): tweak release PR template
shawnbot b0732db
chore: v12.0.1
shawnbot b1b020f
Merge branch 'master' into fix-h000
shawnbot 59614f9
Merge pull request #667 from primer/fix-h000
shawnbot aa2765f
fix(underline-nav): add overflow-x and overflow-y
shawnbot 43fd5ce
fix(UnderlineNav): remove -1px margin-bottom from .UnderlineNav-body
shawnbot 14ee520
chore: lint
shawnbot ce5b76b
Revert "fix(UnderlineNav): remove -1px margin-bottom from .UnderlineN…
shawnbot 1f85792
Merge pull request #684 from primer/underline-nav-overflow
shawnbot 351d627
fix(Box): resolves #685
shawnbot 16dc8e0
Merge pull request #686 from primer/fix-box-header
shawnbot d0c13af
chore: update CHANGELOG.md
shawnbot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
// Headings | ||
|
||
.h000-mktg, | ||
.h00-mktg, | ||
.h0-mktg, | ||
.h1-mktg, | ||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What's the benefit of doing this?
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.
This seems a little over-engineered to me. I think most contributors know how to manually change the version, and I think it makes the PR instructions actually more confusing
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 explained in Slack, but for posterity:
This makes it possible for
npm version 12.0.1
ornpm version patch
to do everything necessary, which matches up with what we instruct people to do (npm version
) in the release PR template.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 still think it's not totally necessary tbh. Most people already know how to upgrade a version manually and I'd rather stick to simple processes across all of our repos that are consistent.
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.
Fair enough! I'll remove it in the next release.