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

Create a tag when new code to master is pushed #117

Closed
vaadin-miki opened this issue May 12, 2020 · 0 comments · Fixed by #118
Closed

Create a tag when new code to master is pushed #117

vaadin-miki opened this issue May 12, 2020 · 0 comments · Fixed by #118

Comments

@vaadin-miki
Copy link
Owner

It should be possible to automatically create a tag when a new push to master is made. That commit has version already set, so the tag should correspond to that version.

It seems to be difficult to achieve with maven, but one way seems to be mvn help:evaluate -Dexpression=project.version -q -DforceStdout.

@vaadin-miki vaadin-miki self-assigned this May 12, 2020
@vaadin-miki vaadin-miki added this to To Do in CI, docs, management via automation May 12, 2020
vaadin-miki added a commit that referenced this issue May 13, 2020
vaadin-miki added a commit that referenced this issue May 13, 2020
vaadin-miki added a commit that referenced this issue May 13, 2020
uses a different action that default create-release, as the official one lacks support for branch to create the tag to
vaadin-miki added a commit that referenced this issue May 13, 2020
removed .test from tag name
CI, docs, management automation moved this from To Do to Done May 13, 2020
vaadin-miki added a commit that referenced this issue May 13, 2020
workflow should in theory figure out version number (used for tag), release title and release notes from release-notes.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant