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

Fix unreleased commits section #19

Merged
merged 3 commits into from
May 4, 2018
Merged

Fix unreleased commits section #19

merged 3 commits into from
May 4, 2018

Conversation

wadackel
Copy link
Member

@wadackel wadackel commented May 4, 2018

What does this do / why do we need it?

Unreleased section was added in keep-a-changelog template.

## [Unreleased]
### Features
- hello

## v0.0.3 - 2018-04-05
### Features
- saying goodbye

## v0.0.2 - 2018-04-05
### Bug Fixes
- corrected greeting

## v0.0.1 - 2018-04-05
### Features
- initial commit

Related #15


And, update template format to human readable 📝

How this PR fixes the problem?

  • None

What should your reviewer look out for in this PR?

  • None

Check lists

  • Test passed
  • Coding style (indentation, etc)

Additional Comments (if any)

  • None

Which issue(s) does this PR fix?

@wadackel wadackel added type: bug Something isn't working type: feature New feature or request labels May 4, 2018
@wadackel wadackel self-assigned this May 4, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 78

  • 155 of 172 (90.12%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+1.03%) to 72.147%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/git-chglog/custom_template_builder.go 49 51 96.08%
chglog.go 32 37 86.49%
cmd/git-chglog/kac_template_builder.go 74 84 88.1%
Files with Coverage Reduction New Missed Lines %
chglog.go 1 85.35%
Totals Coverage Status
Change from base Build 76: 1.03%
Covered Lines: 1435
Relevant Lines: 1989

💛 - Coveralls

@wadackel wadackel merged commit 93f743e into master May 4, 2018
@wadackel wadackel deleted the fix/unreleased-commits branch May 4, 2018 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants