1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

move style guide update link to PR template

- normalize headings
- improve the create release link
This commit is contained in:
Shawn Allen 2018-11-21 15:29:13 -08:00 committed by GitHub
parent 9b4ef98be3
commit 2510415477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,10 +59,10 @@
### Ship checklist
- [ ] Update `CHANGELOG.md`
- [ ] Run version bump
- [ ] Create a [new release](https://github.com/primer/primer/releases/new)
- [ ] Update github/github with released version
- [ ] Update github/styleguide with released version
- [ ] Bump versions with `npm run bump`
- [ ] [Create a new release](https://github.com/primer/primer/releases/new)
- [ ] [Update github/github](https://github.com/primer/primer/blob/master/RELEASING.md#in-githubgithub)
- [ ] [Update github/styleguide](https://github.com/github/styleguide/#adding-new-content-from-primer)
- [ ] Create a new pull request for the next release
/cc @primer/ds-core
@ -88,18 +88,9 @@
8. When ready, merge! 🎉
## Other items that need to be done after publishing Primer
### Publish release tag
#### Update the Style Guide
1. In [github/styleguide](https://github.com/github/styleguide), update `primer` by following [these instructions](https://github.com/github/styleguide/#adding-new-content-from-primer).
2. Commit your changes, make a pull request, get it approved, and merge! 🚀
#### Publish release tag
1. Create a new release tag [here](https://github.com/primer/primer/releases/new).
1. [Create a new release](https://github.com/primer/primer/releases/new) with tag `v<version>`.
2. Copy the changes from the [CHANGELOG](https://github.com/primer/primer/blob/master/CHANGELOG.md) and paste it into the release notes.