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 #35

Merged
merged 8 commits into from
Feb 7, 2024
Merged

Fix release note gen #35

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
    5cc46e1 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
    a99b367 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
    fb4048a 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
    8d2d8a7 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
    3c7c5e1 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
    de71b67 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
    41f79d0 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
    2e7d65f View commit details
    Browse the repository at this point in the history