Skip to content

Commit

Permalink
Refined wording about minor release number in versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta committed Sep 12, 2024
1 parent d8cd651 commit a893496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ As of Jan. 2021, we use the following version scheme for release tags in this re
```
- `{yyyy}` is the year of the release (e.g. "2021").
- `{mm}` is the month of the release (e.g. 01, 06, 08, 09 for Jan, June, Aug, or Sept).
- `{X}` is the minor version number, incremented for smaller changes (patches, bug fixes) within the same month.
- `{X}` is the minor version number, incremented for smaller changes (patches, bug fixes) between major releases.

(Written on Aug. 23, 2024): Starting with our next release, we will start using this calendar versioning scheme for
the autograder-server and ag-website-vue sub-repositories. Note that since npm doesn't allow the "v" in the minor
Expand Down

0 comments on commit a893496

Please sign in to comment.