Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 679 Bytes

File metadata and controls

9 lines (5 loc) · 679 Bytes

Release

The project uses tags that represent releases and currently if it hits the main branch it will be deployed on a cloud provider.

The tag format is as follows:

  • Combined tag name v + SemVer format tag (e.g. v1.0.0, v2.0.0-alpha.1) to pinpoint repository state on a given production release.

Given a tag is published a docker image of rollups-explorer application will be built and published on both ghcr.io and dockerhub. The GitHub action can be checked here