-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: ✨ Add Bitbucket config #132
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Felipe Nardon dos Santos <[email protected]>
Version Number CheckVersion has been updated in pyproject.toml. |
Signed-off-by: Felipe Nardon dos Santos <[email protected]>
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.
Thanks for contributing. Will merge after you make the requested change to pyproject.toml
.
@@ -1,6 +1,6 @@ | |||
[tool.poetry] | |||
name = "mkdocs-multirepo-plugin" | |||
version = "0.6.3" | |||
version = "0.6.4" |
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.
Can you please remove this change? I'd like to combine other PRs into one new release. You can keep the CHANELOG
changes since I can update it after merging this.
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.
You'll need to make the change b/c CI automatically creates a new release based on this version number.
@jdoiro3 @felipe-nardon Is it possible to use bitbucket repositories without this plugin? If not, can we get this change merged in somehow? |
I have the same issue, I would like to use it for our Bitbucket repositories as well. Can we merged the changes in a smaller release or is there another way without this plugin? Thanks |
As a temporary fix in your installation you can probably add these lines in elif [[ -n "$BitbucketAcessToken" ]]; then
url_to_use="${protocol}://x-token-auth:$BitbucketAcessToken@$url_rest" |
No description provided.