Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Jun 23, 2023
1 parent 3d897e4 commit 02a92e4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository is the home of MIT Open Learning's reusable django apps

We maintain changelogs in `changelog.d/` directories with each app. To create a new changelog for your changes, run:

- `/pants ol-project changelog create --app APPNAME`
- `pants ol-project changelog create --app APPNAME`
- `APPNAME`: the name of an application directory

Then fill out the new file that was generated with information about your changes. These changes will all be merged down into `CHANGELOG.md` when a release is generated.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->

### Changed

- Updated `pytest` dependency to allow versions `>=7.0.0`.




<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->
<!--
### Security
- A bullet item for the Security category.
-->

0 comments on commit 02a92e4

Please sign in to comment.