Verifyica Pipeliner is used to run the release pipeline.
- builds & runs integration tests using smoke test containers
- creates & copies release artifacts
- generates signatures and checksums for release artifacts
- creates the release branch
- tags the release
- updates the
main
branch for development
Notes
gpg
is requiredsha256sum
is required
./pipeliner -Prelease=<RELEASE VERSION> release.yaml
./pipeliner -Prelease=1.1.0 release.yaml
Release artifacts will be located in the RELEASE
directory.
Attach all files to the GitHub release.