Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Added release notes ejs templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkins committed Jul 14, 2015
1 parent 95d8944 commit d1af5b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
16 changes: 11 additions & 5 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ Version 0.4.0
vocabularies
- Fixed bug with file path length in static assets
- Added learning resource UI to edit description and terms
- Upgraded several packages - Bootstrap - uwsgi - static3 - elasticsearch -
django-bootstrap - django-storages-redux
- Upgraded several packages
- Bootstrap
- uwsgi
- static3
- elasticsearch
- django-bootstrap
- django-storages-redux
- Added terms to the readonly list
- Allowed blank descriptions for LearningResource model
- Implemented Enter key to add taxonomy term and added test case to
Expand All @@ -25,12 +30,13 @@ Version 0.4.0
- Fixed error message on unsupported terms in learning resource
- Fixed facet checkboxes not showing in production
- Fixed course/run highlight bug
- Default checked radio button for Manage Taxonomies -> Add Vocabulary
- Default checked radio button for Manage Taxonomies -> Add Vocabulary
- Fixed vertical alignment of taxonomy tabs
- Fixed error message for duplicate vocabulary
- Added docker container for javascript testing
- Added checkboxes and ability to toggle facets - Added html coverage report
for javascript - Added shim configuration to karma test runner
- Added checkboxes and ability to toggle facets
- Added html coverage report for javascript
- Added shim configuration to karma test runner
- Implemented learning_resources API
- Members REST API docs
- Linked video transcripts to learning resources.
Expand Down
3 changes: 3 additions & 0 deletions util/release_notes.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<% commits.forEach(function (commit) { %>- [ ] <%= commit.title %>
[<%= commit.authorName %>](<%= commit.authorEmail %>)
<% }) %>
5 changes: 5 additions & 0 deletions util/release_notes_rst.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Version 0.4.0
=============

<% commits.forEach(function (commit) { %>- <%= commit.title %>
<% }) %>

0 comments on commit d1af5b2

Please sign in to comment.