-
-
Notifications
You must be signed in to change notification settings - Fork 147
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 #394
Merged
Merged
Automate release #394
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @Louisvdw , please find in this PR a Github Action to automate the Release. Best regards, |
as you are working on the file permissions: i think |
Yes they should have +x as well |
done |
Louisvdw
approved these changes
Jan 11, 2023
ppuetsch
added a commit
to ppuetsch/dbus-serialbattery
that referenced
this pull request
Jan 11, 2023
* automate release generation * make shell scripts +x * add yaml * rely on gh line ending conventions, simplify buildfiles.lst * add gitattributes * set file properties for run scripts to +x Co-authored-by: Philip Puetsch <[email protected]> (cherry picked from commit ce601fb)
Louisvdw
pushed a commit
that referenced
this pull request
Jan 14, 2023
* bugfixes in midpoint calculation * publish constants to dbus * black and flake8 * update documentation * Fixes to cell voltage, temp and version (#390) (cherry picked from commit 3b68ea6) * Automate release (#394) * automate release generation * make shell scripts +x * add yaml * rely on gh line ending conventions, simplify buildfiles.lst * add gitattributes * set file properties for run scripts to +x Co-authored-by: Philip Puetsch <[email protected]> (cherry picked from commit ce601fb) * configure limits as fractions * lint * cleanup * fixes * remove development logging Co-authored-by: Philip Puetsch <[email protected]> Co-authored-by: pchiquit <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @Louisvdw ,
with this PR you can automatically create a release. Simply create a tag v7.8.9 and push it to the repo - and then release v7.8.9 will be build (i.e. the venus-data.tar.gz file will be created) and a release in Github will automatically be created containing this tar.gz file.
please note:
I removed buildfiles.lst in favor of exclusions - so new files will be automatically included.
I removed the dos2unix-commands in favor of .gitattributes - so git will properly checkout the files with the correct line endings
I hope this is what you needed. If not, let me know!