Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dashes and uppercase chars in gitflow branch names #14

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Allow dashes and uppercase chars in gitflow branch names #14

merged 1 commit into from
Jul 23, 2020

Conversation

Grafikart
Copy link
Contributor

I you would like to make the slugify a bit less agressive. I'm trying to follow a standard that accepts "-" and "A-Z" in the feature name

feature Issue-C123_fix-some-problem

I you would like to make the slugify a bit less agressive. I'm trying to follow a standard that accepts "-" and "A-Z" in the feature name

```bash
feature Issue-C123_fix-some-problem
```
@joseluisq joseluisq self-assigned this Jul 23, 2020
@joseluisq joseluisq added the enhancement New feature or request label Jul 23, 2020
@joseluisq
Copy link
Owner

Make the the slugify more flexible is reasonable.

Copy link
Owner

@joseluisq joseluisq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have made some tests locally. So I'm going to marge this.

@joseluisq joseluisq changed the title Allow - and A-Z in slugs Allow dashes and uppercase chars in gitflow branch names Jul 23, 2020
@joseluisq joseluisq merged commit ed21b91 into joseluisq:master Jul 23, 2020
@joseluisq
Copy link
Owner

So feel free to pull from the master branch until the next release.
Thanks 👍

@joseluisq joseluisq added this to the 2.5.0 milestone Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants