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

feat: Add release workflow and config #5209

Merged
merged 13 commits into from
May 18, 2023
Merged

feat: Add release workflow and config #5209

merged 13 commits into from
May 18, 2023

Commits on May 13, 2023

  1. 🎉 Add release workflow and config

    Created `.github/workflows/jreleaser.yml` to trigger the next release version. The workflow dispatches on user input for `major`, `minor`, and `patch` versions by setting up the environment using JDK 11, Go, and `semver`. Configuration files such as `.gitignore` and `jreleaser.yml` were also updated to ignore specific files and to set the `MIT` license.
    MartinWitt committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1ef0d1e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. add missing authors

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    95aa480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc5afd View commit details
    Browse the repository at this point in the history
  3. use correct profile.

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bc701d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55e41d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c14259 View commit details
    Browse the repository at this point in the history
  6. add FF merge

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6a9d4bd View commit details
    Browse the repository at this point in the history
  7. Update .github/workflows/jreleaser.yml

    Co-authored-by: I-Al-Istannen <I-Al-Istannen@users.noreply.github.com>
    MartinWitt and I-Al-Istannen committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1b81891 View commit details
    Browse the repository at this point in the history
  8. newline

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6838562 View commit details
    Browse the repository at this point in the history
  9. Update jreleaser.yml

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    50416e4 View commit details
    Browse the repository at this point in the history
  10. Update jreleaser.yml

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7e030a9 View commit details
    Browse the repository at this point in the history
  11. Update jreleaser.yml

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3f1c0a4 View commit details
    Browse the repository at this point in the history
  12. Update jreleaser.yml

    MartinWitt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2b82200 View commit details
    Browse the repository at this point in the history