You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Semantic Version and a proper release practice for fabric-operator.
Generate GitHub "release builds" of the operator, associated with release tags
Write a script, or document the process for turning a release (bumping major, minor, or patch levels)
publish proper labels for artifact images:
# main line build outputs:
ghcr.io/hyperledger-labs/fabric-operator:latest
# release line build outputs:
ghcr.io/hyperledger-labs/fabric-operator:v${major}.${minor}
ghcr.io/hyperledger-labs/fabric-operator:v${major}.${minor}.${patch}
ghcr.io/hyperledger-labs/fabric-operator:v${major}.${minor}.${patch}-${git-commit-short-hash}
The text was updated successfully, but these errors were encountered:
Implement Semantic Version and a proper release practice for fabric-operator.
The text was updated successfully, but these errors were encountered: