See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
i | |
me | |
my | |
myself | |
we | |
our | |
ours | |
ourselves | |
you | |
your |
:root { | |
--primary: #FFD700; | |
--on-primary: #000000; | |
--primary-container: #FFFAF0; | |
--on-primary-container: #8B4513; | |
--secondary: #FFA500; | |
--on-secondary: #000000; | |
--secondary-container: #FFF5EE; | |
--on-secondary-container: #A0522D; | |
--tertiary: #FF6347; |
# Updated from SvelteKit docs. See https://kit.svelte.dev/docs/adapter-static#github-pages for more information | |
name: Deploy to GitHub Pages | |
on: | |
push: | |
branches: 'main' | |
jobs: | |
build_site: |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs