-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
CI/CDMaven and GitHub Actions configurations and processesMaven and GitHub Actions configurations and processes
Description
- Some hypothetical code is being worked on in a branch or on a fork – a feature, fix, refactor etc.
- It ends up in the
developbranch and finally passes all tests - Once the
developbranch is ready, a new pull request is created - Once the PR is merged into
main, the latest commit is tagged (e.g. via git commands, then pushed) with a version tag - The version tag triggers a workflow which packages and tests the code
- If the code passes, the workflow drafts a release with uploaded JAR assets for use on JitPack
Metadata
Metadata
Assignees
Labels
CI/CDMaven and GitHub Actions configurations and processesMaven and GitHub Actions configurations and processes