You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
share the two ways to simplify writing commit message following the semantic release convention:
Option 1: ‘npm run commit’ to answer the questions, as the 1nd picture below. (Tip: alias nc='git add . && npm run commit' in .bashrc)
Option 2: ‘Git Commit Template’ Intellij plugin to answer question in the popup window, download in here or just search ‘Git Commit Template’ in plugins settings.
*Option3: Just write message manually but following the convention below, detailed information in here:
Normally the finial message should be something like below so that we can benefit from the semantic release and generate the CHANGELOG.md automatically:
refactor(proptype): [DMP-1620][JimmyLv] - Refactored to use static class property syntax and changed the configuration prop type
‘feat | fix’ can be used to decide the bump minor/patch version of NPM package, ‘refactor | ci …’, BREAKCHANGE in 4th question will bump the major version. ref: http://semver.org/
‘[DMP-1620]’ can be linked to Jira card and it’s really good for reviewing code and find related code if any bugs when testing features.
项目纵向拆分
JavaScript Tutorials and Video Workshops - @eggheadio #levelup
⓵ 定义目标和原则
⓶ 展望结果
⓷ 头脑风暴
⓸ 组织整理
⓹ 明确「下一步行动」
The text was updated successfully, but these errors were encountered: