Socket
Socket
Sign inDemoInstall

@joethefkingfrypan/bk-conventional-changelog

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @joethefkingfrypan/bk-conventional-changelog

Fork of conventional-changelog SportHeroesGroup backend preset


Version published
Weekly downloads
26
increased by4%
Maintainers
1
Install size
141 kB
Created
Weekly downloads
 

Readme

Source

bk-conventional-changelog

conventional-changelog Sport Heroes Group preset

Recommanded Git Commit Messages

  • Use the past tense ("Added feature" not "Add feature")
  • Use the imperative mood ("Moved cursor to.." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally

Acceptable commits

  • Commit baseline: %icon% [%type%] (%scope%) %description%
    • %icon%, [%type%] and %description% are mandatory.
    • [%type%] must be wrapped into brackets. Example: [MOD].
    • (%scope%) is optional; If present, it must be wrapped into parenthesis. Example: (api).

Types of commits

  • Consider starting the commit message with an applicable prefix:

    • ✅ [ADD] when adding new features.
    • 🔄 [MOD] when modifying code, removing files/code, upgrading dependencies, refactoring.
    • ✴️ [FIX] when fixing issues or bugs, plugging memory leaks.
    • 🔀 [TEST] when adding tests.
    • ☑️ [DOC] when adding/modifying documentation.
    • ⏩ [PUB] when bumping package version
  • Examples of commits:

    • ✅ [ADD] (core) This is a brand new feature
    • 🔄 [MOD] (core) The new feature is now 10 times more efficient
    • ✴️ [FIX] (api) No longer writing bad commits
    • ☑️ [DOC] (npm) Spreading some love
    • ⏩ [PUB] Version is now 1.0.0

Keywords

FAQs

Last updated on 02 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc