Release Guide
How to release
The Phonebook is automatically released. The steps below are executed each time you use the following command.
npm run release
This runs the Semantic Release Plugin, which does:
- Analyzes the Commits since last release
- Generate the Version Number
- Generates the Release Notes
- Edits the source Code to include the version number and last commit
- Builds the NGINX Docker Image with the latest source Code
- Tags the version in Git