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
mainbranch for development
Notes
gpgis requiredsha256sumis required
./pipeliner -Prelease=<RELEASE VERSION> release.yaml./pipeliner -Prelease=1.1.0 release.yamlRelease artifacts will be located in the RELEASE directory.
Attach all files to the GitHub release.