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

CI: Restore release action and add semver checks to CI deploy job #843

Merged
merged 3 commits into from
Aug 25, 2023

Commits on Jun 5, 2023

  1. CI: Add semver checks to CI deploy job

    This will fail creating a new github release, if the semver
    action fails.
    This would have caught mozilla#841.
    jschwe committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a7060f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. CI: Replace forbidden actions with cli code

    the semver checks action and the release action are not
    in the allow-list so replace them with their respective
    cli counterparts.
    These changes can only be tested by someone with permissions,
    so the release part only releases a draft release for now.
    jschwe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    55747e1 View commit details
    Browse the repository at this point in the history
  2. Update changelog for v0.25.0

    jschwe committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2875f7f View commit details
    Browse the repository at this point in the history