Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.07 KB

Contributing

Developing dc-sample-blog-nextjs

You consider contributing changes to dc-sample-blog-nextjs – thank you! Please consider these guidelines when filing a pull request:

Commit Messages

To keep our commit messsages consistent, please run npm run commit instead of git commit. You'll be prompted to fill in any required fields and your commit messages will be formatted according to our standards

Creating releases

dc-sample-blog-nextjs uses semantic-release to release new versions automatically.

  • Commits of type fix will trigger bugfix releases, think 0.0.1
  • Commits of type feat will trigger feature releases, think 0.1.0
  • Commits with BREAKING CHANGE in body or footer will trigger breaking releases, think 1.0.0

All other commit types will trigger no new release.