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

Using lerna-changelog to generate a changelog #396

Merged
merged 3 commits into from
Nov 10, 2017

Conversation

jonrohan
Copy link
Member

This uses https://github.com/lerna/lerna-changelog to generate the same changelog output you see in https://github.com/lerna/lerna/releases/tag/v2.5.0

To run it locally you'll need to follow the commands in the readme https://github.com/lerna/lerna-changelog#usage

But I've configured travis to output the changelog on every canary and release candidate build. We can copy the output and paste into the changelog.

@jonrohan
Copy link
Member Author

jonrohan commented Nov 10, 2017

@broccolini Here's the output from this PR https://travis-ci.org/primer/primer-css/builds/299945870#L2752

## Unreleased (2017-11-10)

#### :boom: Breaking Change
* [#379](https://github.com/primer/primer-css/pull/379) Deprecating primer-cards and form-cards. ([@jonrohan](https://github.com/jonrohan))

#### :rocket: Enhancement
* [#371](https://github.com/primer/primer-css/pull/371) Add .details-reset. ([@muan](https://github.com/muan))
* [#375](https://github.com/primer/primer-css/pull/375) New utilities & docs - fade out, hover grow, border white fade, responsive positioning, and circle. ([@sophshep](https://github.com/sophshep))
* [#383](https://github.com/primer/primer-css/pull/383) Add 'Popover' component. ([@brandonrosage](https://github.com/brandonrosage))
* [#377](https://github.com/primer/primer-css/pull/377) Refactor underline nav. ([@ampinsk](https://github.com/ampinsk))
* [#337](https://github.com/primer/primer-css/pull/337) Add marketing buttons to primer-marketing-buttons. ([@gladwearefriends](https://github.com/gladwearefriends))
* [#342](https://github.com/primer/primer-css/pull/342) Import Subhead component. ([@shawnbot](https://github.com/shawnbot))
* [#341](https://github.com/primer/primer-css/pull/341) Import branch-name component from github/github. ([@shawnbot](https://github.com/shawnbot))

#### :bug: Bug Fix
* [#360](https://github.com/primer/primer-css/pull/360) Removing ::before ::after padding hack on markdown. ([@jonrohan](https://github.com/jonrohan))
* [#320](https://github.com/primer/primer-css/pull/320) remove -webkit-text-decoration-skip override. ([@antons](https://github.com/antons))
* [#359](https://github.com/primer/primer-css/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy))
* [#388](https://github.com/primer/primer-css/pull/388) [WIP] Button border-radius fix. ([@broccolini](https://github.com/broccolini))
* [#307](https://github.com/primer/primer-css/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije))

#### :house: Internal
* [#382](https://github.com/primer/primer-css/pull/382) Update Button docs. ([@JasonEtco](https://github.com/JasonEtco))
* [#390](https://github.com/primer/primer-css/pull/390) Updating storiesFromMarkdown to read in rails octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan))
* [#389](https://github.com/primer/primer-css/pull/389) Publish alpha release any time we're not on a release branch or master. ([@jonrohan](https://github.com/jonrohan))
* [#384](https://github.com/primer/primer-css/pull/384) Adding a test to check for the current year in the license and source…. ([@jonrohan](https://github.com/jonrohan))
* [#374](https://github.com/primer/primer-css/pull/374) Improve Pull Request template. ([@agisilaos](https://github.com/agisilaos))

#### Committers: 13
- Agisilaos Tsaraboulidis ([agisilaos](https://github.com/agisilaos))
- Amanda Pinsker ([ampinsk](https://github.com/ampinsk))
- Anton Sotkov ([antons](https://github.com/antons))
- Brandon Rosage ([brandonrosage](https://github.com/brandonrosage))
- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends))
- Diana Mounter ([broccolini](https://github.com/broccolini))
- Jason Etcovitch ([JasonEtco](https://github.com/JasonEtco))
- Jon Rohan ([jonrohan](https://github.com/jonrohan))
- Jérémie Astori ([astorije](https://github.com/astorije))
- Mu-An ✌️ Chiou ([muan](https://github.com/muan))
- Shawn Allen ([shawnbot](https://github.com/shawnbot))
- Sophie Shepherd ([sophshep](https://github.com/sophshep))
- liz abinante! ([feministy](https://github.com/feministy))

The groupings are controlled by a set of labels https://github.com/primer/primer-css/pull/396/files#diff-52d4bf43db96176e77cc9038a78f98e1R9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant