Skip to content

Commit

Permalink
✨ no longer changelog is in rst format. edit them in yml please
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 24, 2018
1 parent 1c5a17a commit abac2fa
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ targets:
- test.sh: test.script.jj2
- "docs/source/conf.py": "docs/source/conf.py.jj2"
- "docs/source/index.rst": "docs/source/index.rst"
- 'yehua/_version.py': 'version.py.jj2'
- 'yehua/_version.py': 'version.py.jj2'
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
16 changes: 7 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
Change log
===========
================================================================================

0.0.2 - 15/10/2017
--------------------------------------------------------------------------------

Added
*******
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. Automatically inflate project meta data. One yehua command and typing a few
questions are required before a complete project scaffolding
#. Automatically obtain setupmobans repo for previous task.
#. Automatically initialize package as git project and add all project files
for the user to commit
#. Automatically initialize package as git project and add all project files for
the user to commit

Removed
********
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. Built-in template files are off-loaded to setupmobans, which are more frequently
updated.
#. Built-in template files are off-loaded to setupmobans, which are more
frequently updated.

0.0.1 - 02/07/2017
--------------------------------------------------------------------------------

Initial release.
17 changes: 17 additions & 0 deletions changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
releases:
- changes:
- action: Added
details:
- Automatically inflate project meta data. One yehua command and typing a few questions
are required before a complete project scaffolding
- Automatically obtain setupmobans repo for previous task.
- Automatically initialize package as git project and add all project files for
the user to commit
- action: Removed
details:
- Built-in template files are off-loaded to setupmobans, which are more frequently updated.
date: 15/10/2017
version: 0.0.2
- changes: []
date: 02/07/2017
version: 0.0.1

0 comments on commit abac2fa

Please sign in to comment.