Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran authored Sep 9, 2024
1 parent 4cfd0c4 commit e15c58e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ improvements and bug-fixes.

## Deployment and release

The staging branch is bounded to the `main` branch, create a PR against it for a new feature.
The staging environment is bounded to the `main` branch, each new addition to this branch,
creates a new deployment to staging.

To deploy a new production version, create a semver release in GitHub
(prefixed with `v`, for example: `vX.X.X`).
To deploy a new version to production, create a _semver_ compliant release in GitHub
(prefixed with `v`, for example: `vX.X.X`), it will be deployed automatically to production

To create hotfixes:

Expand Down

0 comments on commit e15c58e

Please sign in to comment.