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 Github release when pushing a specific tag #64

Merged
merged 10 commits into from
Nov 14, 2020

Conversation

angrox
Copy link
Collaborator

@angrox angrox commented Nov 14, 2020

In order to automatically create releases a new github action was added. Whenever a tag is created which starts with "v" a build will be done and a release will be created.
The version tag should follow semantic versioning rules (which is not enforced by now): vX.Y.Z

The release will get two files: The firmware and a LATEST file which has the version number, the firmware filename and the md5 checksum of the file.
It can be accessed by https://github.com/MaibornWolff/clean-air/releases/latest/download/LATEST. Please note that you have to follow the redirect you get from Github.

@angrox angrox linked an issue Nov 14, 2020 that may be closed by this pull request
@angrox angrox added the cicd Build and release issues or improvements label Nov 14, 2020
@angrox angrox merged commit e944dba into MaibornWolff:main Nov 14, 2020
@angrox angrox deleted the github_action_releases branch November 14, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cicd Build and release issues or improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create releases on version tagging
3 participants