-
Notifications
You must be signed in to change notification settings - Fork 648
[docs] update docs_release.yaml to use update-only-version #15164
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
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
- name: Set update-only-version | ||
id: set-update-only-version | ||
run: | | ||
if [[ "${GITHUB_REF##*/}" == "main" ]]; then |
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.
А зачем это нужно все таки?
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.
Как выяснилось, в diplodoc по умолчанию логика такая, что релиз контента из любого бранча делает этот бранч дефолтным в выпадайке выбора версий в правом-верхнем углу доки. Мы же хотим управлять какой бранч показывается дефолтным вручную (пока main).
To include changes from #15164
To include changes from #15164
Changelog entry
...
Changelog category
Description for reviewers
Allows to manually control which branch is the default in our documentation (
main
for now).