Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
line_length=79
# Ignore generated files
skip=setup.py, moban/__init__.py
known_first_party=fs, lml, crayons, jinja2, ruamel.yaml, mock, nose
known_third_party=fs, lml, crayons, jinja2, ruamel.yaml, mock, nose
indent=' '
multi_line_output=3
length_sort=1
include_trailing_comma=true
default_section=FIRSTPARTY
no_lines_before=LOCALFOLDER
sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
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
4 changes: 2 additions & 2 deletions .moban.cd/moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ organisation: moremoban
author: C. W.
contact: wangc_2011@hotmail.com
license: MIT
version: 0.6.4
current_version: 0.6.4
version: 0.6.5
current_version: 0.6.5
release: 0.6.4
branch: master
master: index
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