Proper release process #57
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#57
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story
As a ds4 developer, I want proper (automatic) release process for new versions so that I can't really make any accidental mistakes when releasing a new version.
Description
As soon as ds4 is provided publicly as a system (and potentially is listed in the official list), we need a proper release process for new versions so that mistakes cannot easily happen. In particular, we need a way to automatically increase all relevant version numbers and download URLs in the manifest file that is reachable under a stable URL. This process should also automatically create the zip file to be downloaded.
Some work has already been done here, in particular zip files are automatically generated with every build anyways.
Acceptance criteria