Skip to content

Commit

Permalink
Docs: remove outdated docs about package tags (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jul 11, 2024
2 parents 0286adc + 59b8444 commit 7591c3a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

The `eligibility-server` is published as a Docker image on the GitHub Container Registry. It can be accessed from the [repository package page](https://github.com/cal-itp/eligibility-server/pkgs/container/eligibility-server).

Every push to the `main` (default) branch that changes files relevant to the application builds and updates the `dev` package, via the [`docker-publish`](https://github.com/cal-itp/eligibility-server/blob/main/.github/workflows/docker-publish.yml) GitHub Action.
Every push to the `main` (default) branch that changes files relevant to the application builds and pushes a new package tagged with the corresponding Git commit hash, via the [`docker-publish`](https://github.com/cal-itp/eligibility-server/blob/main/.github/workflows/docker-publish.yml) GitHub Action.

Commits that are tagged with our version number format for release candidates and releases will update the `test` and `prod` packages, respectively.
Commits that are tagged with our version number format for release candidates and releases will also push a new package.

## Versions

All versions of the package may be viewed on the [package all versions page](https://github.com/cal-itp/eligibility-server/pkgs/container/eligibility-server/versions).

The `main` (default) branch is published at the `dev` tag.

The official releases will be tagged with a version number.

## Version number format

`eligibility-server` uses the [CalVer](https://calver.org/) versioning scheme, where version numbers for releases look like: `YYYY.0M.R`
Expand Down

0 comments on commit 7591c3a

Please sign in to comment.