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

Feature/release workflow #2

Merged
merged 26 commits into from
Dec 22, 2024
Merged

Feature/release workflow #2

merged 26 commits into from
Dec 22, 2024

Conversation

clFaster
Copy link
Owner

This pull request includes several updates to the GitHub Actions workflows for building and releasing the TapToQR addon. The changes enhance the automation and flexibility of the release process by introducing new inputs and conditional steps.

Workflow Enhancements:

  • Build Workflow (.github/workflows/build.yml):

    • Added outputs to define the VERSION output for the build job, which captures the version of the addon being built. [1] [2]
  • Release Workflow (.github/workflows/release.yml):

    • Introduced new inputs to control the release process, including options to skip the version update step and to determine whether to publish the addon to Firefox, Chrome, Edge, and GitHub. [1] [2]
    • Updated the version update job to conditionally skip the version bump based on the skip-update input. [1] [2] [3]
    • Added new jobs for building the addon and creating releases for GitHub, Firefox, Chrome, and Edge, each with conditional execution based on the corresponding input.

Manifest Update:

  • Addon Manifest (addon/manifest.json):
    • Set the version to 0.0.0 to ensure it is dynamically updated during the release process.

@clFaster clFaster merged commit 3e8169f into main Dec 22, 2024
3 checks passed
@clFaster clFaster deleted the feature/release-workflow branch December 22, 2024 11:57
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