Skip to content

Releases: JosephLai241/stacc

stacc v1.0.1

10 Jan 06:25
Compare
Choose a tag to compare

Release Notes

  • Dockerized the API.
    • Added a Dockerfile for building the API and a compose.yaml to the root of this repository.
  • 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, then scps the build to the Droplet.
      • Builds the backend Docker image, then pushes the new image to Docker Hub.
  • Added a prettier.yml GitHub Actions Workflow.
    • Formats all CSS, HTML, and Markdown files with Prettier.
  • 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 and styles.css have been formatted with Prettier).

stacc v1.0.0

20 Jul 23:10
Compare
Choose a tag to compare

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