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

feature(changelog): Make changelog create from --type flag (canary or release) #1371

Merged
merged 1 commit into from
Jan 11, 2016

Conversation

erwinmombay
Copy link
Member

No description provided.

@erwinmombay erwinmombay changed the title feature(changelog): Make changelog create from --type flag (canary or…release) feature(changelog): Make changelog create from --type flag (canary or release) Jan 11, 2016
function getGitLog(tag) {
var options = {
args: 'log release...' + tag + ' --pretty=format:%s --merges'
args: 'log ' + branch + '...' + tag + ' --pretty=format:%s --merges'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Template strings would help here and below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for sure, you happen to know is it supported on node 4.0? haven't migrated our build-system files to es6 yet. (we dont even use arrow functions there yet)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, they're in there.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jridgewell thanks. will make the updates as i update this file (will be making some more this week)

erwinmombay added a commit that referenced this pull request Jan 11, 2016
feature(changelog): Make changelog create from --type flag (canary or release)
@erwinmombay erwinmombay merged commit bea2a6e into ampproject:master Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants