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

Automate Extension Release Builds with CI/CD Pipelines Triggered by Tag Creation #2

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

Conversation

Friedjof
Copy link

@Friedjof Friedjof commented Dec 2, 2023

Pull Request Summary

Enhancements

  • CI/CD Pipelines: Introduced GitHub Actions workflows that automate the building and signing of the extension specifically upon tag creation. This addition streamlines the release process for new versions.

Documentation Updates

  • Updated the README.md with guidance on how to utilize the CI/CD pipelines to build the extension. Detailed steps are provided to facilitate understanding and replication of the process for contributors.

Specifics of the CI/CD Implementation

  • The pipeline is triggered by the creation of new tags, following the pattern v*, to build a release.
  • Mozilla Developer account credentials are required for signing and should be stored securely as GitHub Secrets.
  • Workflow files can be found in the .github/workflows directory.

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