-
Notifications
You must be signed in to change notification settings - Fork 93
Перенес этап изменение версии #44
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
Перенес этап изменения версии файлов перед коммитом в git. Это снижает вероятность ошибки пропуска версий при падении.
artbear
left a comment
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.
ИМХО зря убрал откат версии в исключении, это важно.
ошибка и прерывание может случиться на разных этапах.
например, падает коммит гит из-за неверных настроек гит, и файл не откатится.
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.
Согласен, поторопился
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.
Убери случайный лишний пробел
|
Исправил пробел. |
Перенес этап изменения версии файлов перед коммитом в git.
Это снижает вероятность ошибки пропуска версий при падении.