Releases: JosephLai241/stacc
Releases · JosephLai241/stacc
stacc v1.0.1
Release Notes
- Dockerized the API.
- Added a
Dockerfile
for building the API and acompose.yaml
to the root of this repository.
- Added a
- Added a pull request template.
- Added a
deploy.yml
GitHub Actions Workflow.- Determines if the frontend and/or backend need to be redeployed based on code changes.
- Builds the frontend via
trunk
, thenscp
s the build to the Droplet. - Builds the backend Docker image, then pushes the new image to Docker Hub.
- Builds the frontend via
- Determines if the frontend and/or backend need to be redeployed based on code changes.
- Added a
prettier.yml
GitHub Actions Workflow.- Formats all CSS, HTML, and Markdown files with
Prettier
.
- Formats all CSS, HTML, and Markdown files with
- Added an additional Markdown document detailing miscellaneous things related to Docker.
- Adds a Bash script that extracts the version number from the API's
Cargo.toml
, then writes it to the.env
file located in the root of this repository. - Adds an additional Bash script that extracts the version number from the API's
Cargo.toml
, then writes it to the.env
file at the root of this repository. - Incrementing the minor version number in the frontend (
index.html
andstyles.css
have been formatted withPrettier
).
stacc v1.0.0
Release Notes
The inception of my portfolio site/developer blog! The site is fairly simple and implements the following pages:
- Root/home page
- Blog and single post view pages
- About page
- 404 page with ChatGPT-generated stories