Skip to content

Conversation

@ndeloof
Copy link
Collaborator

@ndeloof ndeloof commented Sep 15, 2021

Automated weekly release workflow every Wednesday as v1.{{week count}}.0 (jenkins-style)

example run on https://github.com/ndeloof/compose-go/releases/tag/v1.0.0
close #118

(I would update workflow before merge so we get an initial release)

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Copy link
Contributor

@mat007 mat007 left a comment

Choose a reason for hiding this comment

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

Is there any way we can do a release only if there has been changes since the last one?
Maybe comparing the hash of the master branch head to the hash of the last release, or something like that?

@ndeloof
Copy link
Collaborator Author

ndeloof commented Sep 15, 2021

@mat007 we could do some git log magic for this purpose.
But as long as the version is based on counting weeks since xx, this will just skip some version number

@ndeloof ndeloof closed this Sep 16, 2021
@ndeloof ndeloof mentioned this pull request Sep 16, 2021
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.

Request: tag a release

2 participants