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

Automatically create a release of the code every week #130

Open
4 tasks
loganwyas opened this issue Apr 4, 2024 · 0 comments
Open
4 tasks

Automatically create a release of the code every week #130

loganwyas opened this issue Apr 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@loganwyas
Copy link
Collaborator

Describe the feature that you would like added
We currently have to manually create a release any time that the code is changed. However, we would like to automate this process to occur every week (assuming that there are changes)

Tasks that need to completed for this feature

  • Create a pipeline that runs every week and does the following:
    • Checks if there have been any changes made since the last release
    • Create a tag with a version number incremented from the previous release
    • Using the tag and Windows executable zip file of the most recent commit, create a new release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant