Skip to content

TIDO-466 cleanup #5

merged 2 commits into from Jun 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Update README
dmartinez committed May 31, 2024

Unverified

No user is associated with the committer email.
commit 2fed42d4ba92e73804b3465c30872acca9355e48
8 changes: 8 additions & 0 deletions README.md
@@ -28,6 +28,14 @@ make build

This bundles React in production mode and compresses all the files into a versioned tarball inside of the `artifact` directory. Your app is now ready to be deployed!

## Deployment Information

The VERSIONS.txt file found in the root directory of this repo follows the Semantic Versioning system and should be updated accordingly whenever a new release is to be prepared.

Once the bundled artifact has been produced, it should be included as a binary attachment in a new GHE release corresponding to the appropriate commit complete with a version number tag matching that which is found in the VERSION.txt file.

The versioned release should then downloaded, decompressed, and put into the source directory within the IaC for wayfinder. At this point, applying the IaC changes will deploy the webapp.

## Other Available Commands

In the project directory, you can run: