Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Feature is the branch name prefix standard for GitFlow feature branches Feature = "feature" // Bugfix is the branch name prefix standard for GitFlow bugfix branches Bugfix = "bugfix" // Hotfix is the branch name prefix standard for GitFlow hotfix branches Hotfix = "hotfix" // Release is the branch name prefix standard for GitFlow release branches Release = "release" )
Variables ¶
This section is empty.
Functions ¶
func RemovePrefixes ¶
RemovePrefixes removes GitFlow prefixes from strings Example input: Feature/new_logIN-pages Example output: New Login Pages
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.