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

Automate release process #7133

Merged
merged 2 commits into from
Jan 20, 2020
Merged

Automate release process #7133

merged 2 commits into from
Jan 20, 2020

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Jan 9, 2020

Fully automate the release based on git tag.
Only need to update compose/init.py for released version before tagging
(maybe we could use https://pypi.org/project/bumpversion/)

see test release https://github.com/docker/compose/releases/tag/untagged-86c6d2315f95ab28e779

Signed-off-by: Nicolas De Loof <[email protected]>
@@ -1,8 +1,8 @@
#!groovy

def dockerVersions = ['19.03.5', '18.09.9']
def dockerVersions = ['19.03.5']
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why removing the second docker version?

Copy link
Contributor Author

@ndeloof ndeloof Jan 9, 2020

Choose a reason for hiding this comment

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

18.09 is EOL (according to @thaJeztah)

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