We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the process looks as follows:
Create a git tag for example v2.5.4 and push it to the github remote Rebuild the solution (for the GitInfo Nuget package to bake the tag into the code) Zip all contents of bin/Debug/ into the dailystatus-v2.5.4.zip file Create a release, select the existing tag, give the release a title starting with a version number for example v2.5.4 DailyStatus Upload the zip to the github release
v2.5.4
bin/Debug/
dailystatus-v2.5.4.zip
v2.5.4 DailyStatus
We want to automate it because it is tiring, and does not enable other people to work with the project with a good velocity
The text was updated successfully, but these errors were encountered:
Creates a zip with folders 'DailyStatus-v2.6.1.zip\refs\tags\v2.6.1', but the deployment files have to be in the zip directly, not in any folder
Sorry, something went wrong.
Sawair
Successfully merging a pull request may close this issue.
Currently the process looks as follows:
We want to automate it because it is tiring, and does not enable other people to work with the project with a good velocity
The text was updated successfully, but these errors were encountered: