Skip to content

Commit

Permalink
Add deployment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
silvadenisaraujo committed Mar 25, 2024
1 parent 482eaa2 commit 416be9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,17 @@ fish
---

# Releasing a new version

To release a new version, follow the steps:

- Ensure the PR is passing the CI checks, reviewed and approved
- Version bump in `package.json` following [SemVer](https://semver.org/)
- Create a new tag with the same version from previous step
- Push the code and tags and the release actions will start the process to deploy to NPM and AWS S3

---

# Frequently Asked Questions

<details>
Expand Down

0 comments on commit 416be9d

Please sign in to comment.