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

Fix release note gen #34

Merged
merged 8 commits into from
Feb 7, 2024
Merged

Fix release note gen #34

merged 8 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. migrate github cli from hub to gh (hub is deprecated)

    see annoncement actions/runner-images#8362
    
    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6d75a6c View commit details
    Browse the repository at this point in the history
  2. github actions: bump checkout action from v2 to v4

    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2935b85 View commit details
    Browse the repository at this point in the history
  3. github actions / test workflow: remove fail-fast strategy=false. it's…

    … only apply to matrix build which has been remove in previous version
    
    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4a83d1b View commit details
    Browse the repository at this point in the history
  4. github actions bump gradle/wrapper-validation-action to v1.1.0

    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5cad3d6 View commit details
    Browse the repository at this point in the history
  5. github actions bump actions/setup-java to v4

    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ffd32ed View commit details
    Browse the repository at this point in the history
  6. github actions: use gradle/gradle-build-action to setup gradle and re…

    …move cache action (too big so never loaded)
    
    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3ba1de6 View commit details
    Browse the repository at this point in the history
  7. github actions: set publish channel as secret to avoid publish releas…

    …e when testing workflow
    
    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e7cc6a5 View commit details
    Browse the repository at this point in the history
  8. github actions: remove test before publish as it executed in previous…

    … pipeline
    
    Signed-off-by: Vincent Gramer <vgramer@gmail.com>
    vgramer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1a0dfa0 View commit details
    Browse the repository at this point in the history