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

Expand GitHub Actions #816

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Expand GitHub Actions #816

wants to merge 7 commits into from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    03204c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c14a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from amarcum/auto_tag_and_release

    Added automatic tag and release to the GitHub Actions
    amarcum committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8141621 View commit details
    Browse the repository at this point in the history
  4. Update ci.yml

    parens around if statement to only run releases on master. git fetch --tags before requesting next tag
    amarcum committed May 27, 2024
    Configuration menu
    Copy the full SHA
    21a3f2f View commit details
    Browse the repository at this point in the history
  5. Update GitHub Actions

    force fetch all tags
    amarcum committed May 27, 2024
    Configuration menu
    Copy the full SHA
    43bb96a View commit details
    Browse the repository at this point in the history
  6. Clone with history

    doing a non-shallow clone is more efficient than pulling down the history when we get to the new_tag stage
    amarcum committed May 27, 2024
    Configuration menu
    Copy the full SHA
    583432b View commit details
    Browse the repository at this point in the history
  7. GitHub Actions

    Also getting tags from upstream/parent
    amarcum committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a6aa02c View commit details
    Browse the repository at this point in the history