Mischback / colorizer

A simple web-based colorscheme builder which focuses on contrast values.
https://mischback.github.io/colorizer/
MIT License
1 stars 0 forks source link

Release Workflow #30

Open Mischback opened 1 year ago

Mischback commented 1 year ago

This project is meant to be hosted using GitHub Pages.

Intended workflow

  1. Happy hacking in feature branch
  2. Create PR against development branch, running a default CI workflow including linting (#16 / #26) and testing (#19)
  3. merge into development, create a PR against main and merge it into main
  4. run a GitHub Action workflow to build the application, including
    • .scss to .css (#18)
    • .ts to .js (#11)
    • cache busting including modification of index.html
  5. Profit, new version is available at mischback.github.io/colorizer/

Resources