Skip to content

Commit

Permalink
✨ Int targets (#343)
Browse files Browse the repository at this point in the history
* ✨ prototype to support intermediate targets. step 1 for #335

* ✨ synchronize with pypi-mobans

* 🔬 📚 test and document intermediate targets]

* 👕 coding style fix

* 👕 fix yaml lint warning

* 💚 fix broken tests

* 💚 make sure store is empty before next parsing session

* 🔨 code refactoring

* 📚 update change log

* 🔬 more tests

* 💚 update unit test

* 📚 update doc

* 📚 update documentation links

* 📚 update release date
  • Loading branch information
chfw authored Oct 12, 2019
1 parent d7d66db commit 8ee45b0
Show file tree
Hide file tree
Showing 20 changed files with 171 additions and 140 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -532,3 +532,4 @@ docs/level-19-moban-a-sub-group-in-targets/test-dir/
docs/level-19-moban-a-sub-group-in-targets/test-recursive-dir/
docs/level-6-complex-configuration/a.output
docs/level-7-use-custom-jinja2-filter-test-n-global/filter.output
docs/level-8-pass-a-folder-full-of-templates/templated-folder
6 changes: 6 additions & 0 deletions .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: moban
organisation: moremoban
releases:
- changes:
- action: Updated
details:
- "`#335`: support intermediate targets in moban file"
date: 13.10.2019
version: 0.6.5
- changes:
- action: Updated
details:
Expand Down
1 change: 1 addition & 0 deletions .moban.d/moban_gitignore.jj2
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ docs/level-19-moban-a-sub-group-in-targets/test-dir/
docs/level-19-moban-a-sub-group-in-targets/test-recursive-dir/
docs/level-6-complex-configuration/a.output
docs/level-7-use-custom-jinja2-filter-test-n-global/filter.output
docs/level-8-pass-a-folder-full-of-templates/templated-folder
{% endblock %}
Loading

0 comments on commit 8ee45b0

Please sign in to comment.