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

Add --next-tag flag (EXPERIMENTAL) #21

Merged
merged 6 commits into from
May 5, 2018
Merged

Add --next-tag flag (EXPERIMENTAL) #21

merged 6 commits into from
May 5, 2018

Conversation

wadackel
Copy link
Member

@wadackel wadackel commented May 5, 2018

What does this do / why do we need it?

Added --next-tag flag to treat commits that have not yet tagged as specified tag names.
This is a function to include the commit for creating CHANGELOG in the release commit.

EXAMPLE:

$ git-chglog --next-tag 1.0.0

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?

  • None

@wadackel wadackel added type: feature New feature or request type: refactoring Refactoring source code or architecture labels May 5, 2018
@wadackel wadackel self-assigned this May 5, 2018
@coveralls
Copy link

coveralls commented May 5, 2018

Pull Request Test Coverage Report for Build 92

  • 44 of 56 (78.57%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 72.353%

Changes Missing Coverage Covered Lines Changed/Added Lines %
chglog.go 43 48 89.58%
cmd/git-chglog/main.go 0 7 0.0%
Totals Coverage Status
Change from base Build 85: 0.2%
Covered Lines: 1476
Relevant Lines: 2040

💛 - Coveralls

@wadackel wadackel merged commit e2e3797 into master May 5, 2018
@wadackel wadackel deleted the feat/next-tag branch May 5, 2018 14:56
babarot added a commit to mercari/tfnotify that referenced this pull request May 29, 2018
@babarot
Copy link

babarot commented May 29, 2018

Good job! Thank you

@wadackel
Copy link
Member Author

@b4b4r07 Thank you, too 🐶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request type: refactoring Refactoring source code or architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants