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

feat: add work CLOSED ISSUES automatically #25

Merged
merged 1 commit into from
Mar 16, 2016
Merged

Conversation

leonardoanalista
Copy link
Member

Also fixes the issue with question mark in the next line

BREAKING CHANGE:
users now dont need to manually type the words CLOSED ISSUES
This tool will automatically add for you.

ISSUES CLOSED: #22 and #24

Also fixes the issue with question mark in the next line

BREAKING CHANGE:
users now dont need to manually type the words CLOSED ISSUES
This tool will automatically add for you.

ISSUES CLOSED: #22 and #24
@codecov-io
Copy link

Current coverage is 100.00%

Merging #25 into master will not affect coverage as of f09b0ba

@@            master     #25   diff @@
======================================
  Files            2       2       
  Stmts          235     236     +1
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            235     236     +1
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of f09b0ba

Powered by Codecov. Updated on successful CI builds.

@leonardoanalista
Copy link
Member Author

Semantic release will perform those actions:

  • Detect if a release is required. If not, exit(0);
  • Check for vulnerable npm packages
  • Read your commit messages from Last Semantic Git Tag. E.g: v2.7.2
  • Figure out type of Bump base on commit messages (Major, minor or patch)
  • Generate or append contents to Release Notes/CHANGELOG.md file.
  • Bump your package.json
  • Commit everything to Git
  • Publish to Npmjs.com. npm publish

leonardoanalista added a commit that referenced this pull request Mar 16, 2016
feat: add work CLOSED ISSUES automatically
@leonardoanalista leonardoanalista merged commit d671339 into master Mar 16, 2016
@leonardoanalista leonardoanalista deleted the dev-v3 branch March 16, 2016 08:03
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.

automatically add word "closes" when appropriated
2 participants