-
Notifications
You must be signed in to change notification settings - Fork 82
feat: UTRP-11: Add CI/CD workflow to build, tag, and create release #641
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: e137228 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what should i be looking for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like the CI/CD changes. Still a bit confused on how changesets make it into the changelog, and if CHANGELOG-local.md is necessary. Can you elaborate a bit? :>
| - uses: cachix/install-nix-action@v31 | ||
| with: | ||
| github_access_token: ${{ secrets.GITHUB_TOKEN }} | ||
| - run: nix flake check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for checking that the flake properly evaluates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should CHANGELOG.md still exist as a file in repo? How will this interact with changesets?
Fixes #510
Changes:
releaseGHA workflowCHANGELOG.md->CHANELOG-local.md+ refactored accordinglyNotes:
CHANGELOG.md. Let's consider renaming the current changelog to something different for internal use within the UTRP changelog viewer.pnpm run releaseusespnpm run zip:to-publishwhich requires Sentry env vars to be set within the workflow configWorkflow permissions > GitHub Actions to create and approve pull requeststo be enabledThis change is