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

Add bump, for now as an option #17

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

Conversation

sebastienbeau
Copy link
Member

we need to take our time to discuss more about it
but to have at least a first common version just add it as an option

we need to take our time to discuss more about it
but to have at least a first common version just add it as an option
Comment on lines +64 to +66
subprocess.run(f"git tag {version}", shell=True, check=True)
subprocess.run("git push origin --tag", shell=True, check=True)
subprocess.run(f"git push origin {ODOO_VERSION}", shell=True, check=True)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
subprocess.run(f"git tag {version}", shell=True, check=True)
subprocess.run("git push origin --tag", shell=True, check=True)
subprocess.run(f"git push origin {ODOO_VERSION}", shell=True, check=True)
subprocess.run("git push origin", shell=True, check=True)
subprocess.run(f"glab ci trigger publish", shell=True, check=True)

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