-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace / and \ in branches with dashes
Do this only when setting a default Version since otherwise the build fails. But we don't want to change the determined GitBranch so it remains accurate. Closes #244.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think '_' needs to be replaced as well.
edit:
after reading a bit more on SemVer.org it looks like everything but [0-9A-Za-z-] has to be replaced: