-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: start a simple Changelog (#24)
We are using a simple Changelog.md instead of using scriv because the cookiecutter doesn't have a versioned release process. Discussion at: #22 (comment) Includes a starter entry from: #23
- Loading branch information
1 parent
a22ff10
commit 7767887
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- | ||
Create a changelog entry for every new user-facing change (where the "users" are plugin developers). | ||
Please respect the following instructions: | ||
- Group changes by date, with newest changes first. | ||
- Prefix your changes with either [Bugfix], [Improvement], [Feature], [Security], [Deprecation]. | ||
- You may optionally append "(by @<author>)" at the end of the line, where "<author>" is either one (just one) | ||
of your GitHub username, real name or affiliated organization. --> | ||
|
||
# Changelog | ||
|
||
## 2023-11-06 | ||
|
||
- [Improvement] Recommend putting job scripts under "tasks" directory instead of "jobs", for consistency with official plugins (by @CodeWithEmad). | ||
- [Improvement] Start keeping a changelog (by @kdmccormick). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters