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

feat: release from release branch #147

Merged
merged 2 commits into from
Sep 14, 2022
Merged

Conversation

cprice404
Copy link
Contributor

Updates the cd.yaml job so that we don't do a release on
every commit. Introduces a new manual release job that we
can use to decide when to do a release. Releases will come
from the release branch rather than the main branch.

Updates the `cd.yaml` job so that we don't do a release on
every commit.  Introduces a new manual release job that we
can use to decide when to do a release.  Releases will come
from the `release` branch rather than the `main` branch.
Copy link
Member

@eaddingtonwhite eaddingtonwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice LGTM! 🚢

Comment on lines +25 to +43
- name: Build
run: |
dotnet build
shell: bash

- name: Unit Test
run: |
dotnet test tests/Unit/Momento.Sdk.Tests
shell: bash

- name: Integration Test
run: |
dotnet test tests/Integration/Momento.Sdk.Tests
shell: bash

- name: Incubating Integration Test
run: |
dotnet test tests/Integration/Momento.Sdk.Incubating.Tests
shell: bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker but is there an easy way in GH actions to dry duplicated steps, eg this block vs what's in ci.yaml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it can be done. pete did some of it in the examples repo, see the .github/actions dir. I also have some re-usable actions in standards-and-practices.

@cprice404 cprice404 merged commit d7a3c6d into main Sep 14, 2022
@cprice404 cprice404 deleted the release-from-release-branch branch September 14, 2022 00:54
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.

4 participants