-
Notifications
You must be signed in to change notification settings - Fork 9
Поддержка 2.0 #22
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
Поддержка 2.0 #22
Conversation
2. Добавлена работа с версиями оскрипт 2.0 в форматах scd и fdd
src/core/Классы/ВерсииOneScript.os
Outdated
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.
@nixel2007 Посмотри состав алиасов пожалуйста, можно тут переиграть по именам и привязке
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.
Думаю, что стоит прибить dev к текущему самому-самому последнему ночнику, то есть к ветке develop и разделу night-build.
Тогда получается что-то вроде:
- lts - lts, ложь
- stable - latest, пока ложь
- dev - night-build, истина
Это даст нам более менее стабильное движение при выпуске 2.0. Надо будет только stable на 2.0 перевести.
Далее нестабильные алиасы -
- preview - preview, истина
- lts-dev - latest-dev, ложь.
В теории в preview могут публиковаться следующие RC под 2.0, так что тут в целом достаточно стабильно, если Андрей вообще будет использовать этот алиас.
Латест-дев должен перетечь в lts-dev для ночников сборки 1.х. Можно это именование прямо сейчас заложить.
Но да, нужно будет релизить ещё одну версию ovm после выхода 2.0
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.
cc @EvilBeaver
src/core/Классы/ВерсииOneScript.os
Outdated
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.
А там sh с расширением?
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.
Йеп
p.s
Closes #14