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

DEV: Release using the REL commit instead of git tag #2500

Merged
merged 7 commits into from
Mar 29, 2024
Merged

Commits on Mar 3, 2024

  1. DEV: Release using the REL commit instead of git tag

    * The git tag is automatically added
    
    Pro:
    * This allows two contributors with write-permissions to trigger a
      PyPI + GitHub release
    
    Con:
    * My Github Access Token needs to be stored in the repository as a
      secret. The maximum lifespan of a fine-grained access token
      seems to be about two years, meaning I may not forget to update
      it regularly.
    MartinThoma committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e8f73ea View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Update .github/workflows/release.yaml

    Co-authored-by: Stefan <[email protected]>
    MartinThoma and stefan6419846 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    15785e4 View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/release.yaml

    Co-authored-by: Stefan <[email protected]>
    MartinThoma and stefan6419846 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a1b5af4 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/release.yaml

    Co-authored-by: Stefan <[email protected]>
    MartinThoma and stefan6419846 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    09d2fc2 View commit details
    Browse the repository at this point in the history
  4. Update .github/workflows/release.yaml

    Co-authored-by: Stefan <[email protected]>
    MartinThoma and stefan6419846 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f4d591b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Stefan <[email protected]>
    MartinThoma and stefan6419846 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0d90d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f7327 View commit details
    Browse the repository at this point in the history