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

[BDGR-173] Add new automated release workflow #654

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

markspolakovs
Copy link
Member

@markspolakovs markspolakovs commented Sep 1, 2024

(Pretend you never saw the literally 35 commits I squashed into this one...)

New release process:

  1. Push a tag matching vx.x.x-rc.x
  2. Actions builds Server/Jobrunner docker images and Windows Desktop builds
  3. Runs tests (THIS IS THE COOL BIT - it runs the E2E server/desktop tests on the build it just made)
  4. Automatically files a Linear ticket with a testing checklist (using a template on the team) and waits for approval
  • Currently I'm the only approver but this can easily be changed
  1. When approved, pushes the docker images to :latest and creates a GH release without the -rc suffix

Fixes BDGR-173

Copy link
Contributor

github-actions bot commented Sep 1, 2024

Fails
🚫

TODOs without issue key. Please file a Linear ticket and add the number to the comment:

  • + stateId: "${{ vars.LINEAR_TODO_STATE_ID }}",
Warnings
⚠️

No Linear ticket found. Please include one in either the pull request title (e.g. [BDGR-123] Fix something), the description (Fixes BDGR-123.), or the branch name (bow-123-fix-something).

Generated by 🚫 dangerJS against 2ef5985

@markspolakovs markspolakovs changed the title Add new automated release workflow [BDGR-173] Add new automated release workflow Sep 1, 2024
@markspolakovs
Copy link
Member Author

Version setting doesn't seem to be working, sad panda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant