Skip to content

Feature identifier list

MEESSEN Christophe requested to merge feature-identifier-list into develop
  • This feature implements issue #2. When closing a feature branch (named feature-xxx), the list of identifiers is displayed and the user is invited to pick the one to close. If there is only one feature branch, it is selected automatically and the user is asked by yes or no to close it. The same principle is applied to hotfix and release.

  • A branch type for bugfix (named bugfix-(issue number)-(identifier)) is now supported as well. The issue number is optional. When a bugfix is started, the bugfix issue number is requested. If it is left empty, the branch will not have an issue number.

Merge request reports