Compare commits

..

3 Commits

Author SHA1 Message Date
eggy
b84234e6c5 feat: good enough for now? 2024-04-12 10:33:30 -04:00
eggy
818241c54f get some points down 2024-04-11 12:00:04 -04:00
eggy
d470da6f96 chore: ideas 2024-03-24 16:16:39 -04:00

View File

@@ -2,10 +2,6 @@
Release guidelines: Release guidelines:
- Increment the major version for every work term, e.g., post-2A (WT2) and post-2B (WT3) would be v2.x.x and v3.x.x, respectively. - The major version represents the current academic year, e.g., both post-2A and 2B would be v2.
- Increment the minor version for every major change. These can include: - The minor version represents the current academic term, e.g., 2A would be v2.1. the x.0 releases are reserved for beta changes.
- Adding a new section - The patch version is incremented for any other reason.
- Adding a new skill
- Adding/removing a new experience or project
- Substantially rewriting lines across multiple experiences or projects
- Increment the patch version for formatting changes or simple tweaks.