Skip to content
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

TASK-3885 - Script to create hotfix branch #2264

Merged
merged 4 commits into from
Mar 29, 2023
Merged

Conversation

juanfeSanahuja
Copy link
Member

TASK-3885 - Script to create hotfix branch

@juanfeSanahuja
Copy link
Member Author

Task linked: TASK-3885 Script for creating hotfix branch

@juanfeSanahuja juanfeSanahuja changed the title TASK-3885 TASK-3885 - Script to create hotfix branch Mar 23, 2023
@halender halender requested a review from j-coll March 28, 2023 08:17
misc/new_hotfix_branch.sh Show resolved Hide resolved
misc/new_hotfix_branch.sh Outdated Show resolved Hide resolved
git push --set-upstream origin "$RELEASE_BRANCH"
else
yellow "[$TAG_VERSION] The tag name must start with v"
exit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exit 2?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exit 2 -> Misuse of shell builtins (according to bash documentation)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

misc/new_hotfix_branch.sh Outdated Show resolved Hide resolved
@juanfeSanahuja juanfeSanahuja removed the request for review from imedina March 29, 2023 08:35
@juanfeSanahuja juanfeSanahuja merged commit 55342a0 into develop Mar 29, 2023
@juanfeSanahuja juanfeSanahuja deleted the TASK-3885 branch March 29, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants