Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

GitHub actions changes #21

Merged
merged 13 commits into from
Apr 30, 2020
Merged

GitHub actions changes #21

merged 13 commits into from
Apr 30, 2020

Commits on Apr 20, 2020

  1. Update publish action to publish to new release as well as maven.

    Remove version # defined by gradle.properties. Instead, the publish CI will now automatically generate and tag the commit based on the last version tag. The type of increment is determined by a tag on the PR, one of `major`, `minor`, or `patch`.
    
    If one of these labels is not present CI _will fail_ and no release will be generated!
    
    A few changes have been made outside of source control to this repo for these changes:
    
    1. New labels mentioned above have been added.
    2. Merges to master now requires the branch being merged into master to be completely up to date with master.
    Derongan committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b6da5b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1818995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d89a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3d93c2 View commit details
    Browse the repository at this point in the history
  5. fix job indentation

    Derongan committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    f4b4069 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6854f40 View commit details
    Browse the repository at this point in the history
  7. remove master branch req on pr-has-version-label.yml because PR condi…

    …tions look at the branch being merged ONTO
    Derongan committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    91a0d48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83a886a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acb3ee1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8c63fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    276895c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2e33bb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Run tests before checking for release tag

    Remove default task
    Derongan committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    aa1d7dd View commit details
    Browse the repository at this point in the history