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

[DPE-5768] - add release workflow #8

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

skourta
Copy link
Contributor

@skourta skourta commented Nov 21, 2024

This pull request introduces a new GitHub Actions workflow to automate the release process to the Snap Store. The most important changes include adding licensing details, defining the workflow name and concurrency settings, specifying the trigger conditions, and setting up the build and release jobs.

New GitHub Actions workflow:

  • .github/workflows/release.yaml:
    • Added licensing details, defined the workflow name as "Release to Snap Store", and set concurrency settings to cancel in-progress runs for the same workflow and branch.
    • Specified the workflow trigger to run on pushes to the 3.5/edge branch.
    • Added a build job using the canonical/data-platform-workflows/.github/workflows/[email protected] workflow.
    • Added a release job that depends on the build job, using the canonical/data-platform-workflows/.github/workflows/[email protected] workflow, and configured it with the necessary channel, artifact prefix, and secrets.

@skourta skourta merged commit 7115f78 into 3.5/edge Nov 22, 2024
3 checks passed
@skourta skourta deleted the DPE-5768-release-workflow branch November 22, 2024 10:36
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.

3 participants