citynetwork / markdown-xblock

An XBlock enabling Open edX course authors to maintain content in Markdown.
GNU Affero General Public License v3.0
3 stars 3 forks source link

Add reno #2

Closed fghaas closed 3 years ago

fghaas commented 4 years ago

Manage release notes with reno.

To create or edit release notes, run pip install reno (or pip install -r requirements/dev.txt) in your development environment.

Then, to create a new release note, run:

reno new <slug>

To edit a release note with the currently set EDITOR:

reno edit <slug>

To create a report comprising the release notes since the beginning:

reno report .