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

[Bug] Exception references to documentation URL resolves to 404 page when copied exactly #2571

Closed
davislabs opened this issue Jan 29, 2021 · 2 comments · Fixed by #2572
Closed
Milestone

Comments

@davislabs
Copy link

davislabs commented Jan 29, 2021

Describe the bug
When provided an error message with a link, the link as provided returns a 404 page. The problem is that the extra "/" prevents the page from loading in current Chrome browser.

GitVersion.Configuration.ConfigurationException: Branch configuration 'dev(elop)?(ment)?$' is missing required configuration 'regex'
See https://gitversion.net/docs/configuration/ for more info

Expected Behavior

The link would open the page as described

Actual Behavior

Receive a 404 page and had to spend a minute or two guessing at why there was a 404 page.

Possible Fix

Drop the "/" from the URL link.

Steps to Reproduce

Context

I was just wanting to review the reference material.

Your Environment

Running on Windows, local repository.

  • Version Used: 5.6.4+Branch.master.Sha.519916b13047f32e6b336da644a6e6ec1659ee97
  • Operating System and version (Windows 10, Ubuntu 18.04): Windows 10
@davislabs davislabs added the bug label Jan 29, 2021
@asbjornu
Copy link
Member

Thanks for the bug report. A PR fixing the problem is welcome. 🙏🏼

@github-actions
Copy link

github-actions bot commented Feb 7, 2021

🎉 This issue has been resolved in version 5.6.5 🎉
The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants