ScooterGitTemplate is voluptatibus magni nemo est. Nulla nobis dicta iste minus dolor repellendus aspernatur atque. Earum expedita aut inventore tempora fugiat deleniti. Molestias minima nam expedita beatae totam ipsa reprehenderit animi. Occaecati quibusdam beatae ducimus voluptate ut doloribus vitae amet. Quia ut ut voluptate dignissimos adipisci dolorum rem.
main
is the deployed branch. The repo doesn't currently contain any other historic or dev branches.
ScooterGitTemplate
├───_layouts
├───.github
│ ├───release-please
│ └───workflows
├───assets
│ ├───css
│ └───media
└───notes
The _layouts
and assets/css
folders help support the look of the repo when rended to GitHub Pages (Deployment Workflow).
You can see an example of this repo processed using Jekyll and published at ScottKirvan.com. You have to enable Pages in your repo's settings. Details here.
The css file creates a page that is styled similar to GitHub's Dark High Contrast theme.
The files in the .github
folder implement and customizes a github action that runs Release-Please, which helps with releases, version numbering, and updating the CHANGELOG.
Note
When using this template project, do not clone the tags or branches. Stick with main
as the name of your main release branch. Change the version number in the .release-please-manifest.json
file to the version you want to start with.
Release-Please uses Semantic Versioning (version: MAJOR.MINOR.PATCH). Changes to version numbers are triggered by specific keywords in your commit messages:
feat:
(new feature) will bump the MINOR version number.fix:
(bug fixes) will bump the PATCH number.feat!:
fix!:
or anyxxx!:
(major and breaking changes) will bump the MAJOR version number.
- Please file an issue, or grab a fork, hack away, and submit a pull request.
- Contact me at linkedin.com/in/scottkirvan/
- You can also contact me at my discord server, I'm cptvideo.
Copyright (c) (2025): Scott Kirvan - All rights reserved
ScooterGitTemplate is licensed under the MIT License.
Project Link: ScooterGitTemplate
CHANGELOG
TODO