-
Notifications
You must be signed in to change notification settings - Fork 654
Added some better docs about how to use with Octopus deploy #813
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
Conversation
@JakeGinnivan I thought the mkdocs.yml file had to live at the root of the repository? Is it allowed to be moved? Will the build still work? Reading the rest of the actual content now :-) ... |
@JakeGinnivan these changes look good to me! 😄 |
@gep13 I thought I just read it could live in the docs folder. It's so annoying having it in the root, I just want to open the docs folder and be able to edit everything :) |
Just confirmed it needs to be in the root :( |
Fixed |
abff525
to
268e12d
Compare
Doh! That's a shame! |
@@ -3,6 +3,9 @@ | |||
## Why is my version not incrementing? | |||
GitVersion calculates the semantic version, this will only change once per *release*. Read more at [version increments](more-info/version-increments.md) | |||
|
|||
## I'm using Octopus deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JakeGinnivan technically, this isn't a question 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I know. shrug :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 just wanted to check you had thought about this, not swayed either way 😸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't say I had thought a lot about it. Not sure how to phrase, just want to make the octopus deploy stuff more discoverable
Thoughts @gep13
I am actually using the second one with VSO and it works a treat.
The original instructions confused me :P