Skip to content

Commit 6ee766f

Browse files
committed
🥚 🎡 release 0.0.4
1 parent 42a1d43 commit 6ee766f

File tree

15 files changed

+50
-26
lines changed

15 files changed

+50
-26
lines changed

.github/workflows/moban-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: '3.7'
1515
- name: check changes
1616
run: |
17-
pip install moban gitfs2 pypifs moban-jinja2-github
17+
pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
1818
moban
1919
git status
2020
git diff --exit-code

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,7 @@ cscope.files
540540
cscope.out
541541
cscope.in.out
542542
cscope.po.out
543+
544+
545+
# remove moban hash dictionary
546+
.moban.hashes

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
env:
2929
- MINREQ=0
3030
stage: moban
31-
install: pip install moban>=0.0.4 gitfs2 pypifs moban-jinja2-github
31+
install: pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
3232
script:
3333
- moban
3434
- git diff --exit-code

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change log
22
================================================================================
33

4+
0.0.4 - 17.10.2020
5+
--------------------------------------------------------------------------------
6+
7+
**added**
8+
9+
#. exclude a list of user names instead of a single user name
10+
411
0.0.3 - 02.09.2020
512
--------------------------------------------------------------------------------
613

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ that the following conditions are met:
1313
and/or other materials provided with the distribution.
1414

1515
* Neither the name of 'moban-jinja2-github' nor the names of the contributors
16-
may be used to endorse or promote products derived from this software
16+
may not be used to endorse or promote products derived from this software
1717
without specific prior written permission.
1818

1919
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ test: lint
66
install_test:
77
pip install -r tests/requirements.txt
88

9-
git-diff-check:
10-
git diff --exit-code
11-
129
lint:
1310
bash lint.sh
1411

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ moban-jinja2-github
1616
.. image:: https://img.shields.io/github/stars/moremoban/moban-jinja2-github.svg?style=social&maxAge=3600&label=Star
1717
:target: https://github.com/moremoban/moban-jinja2-github/stargazers
1818

19+
.. image:: https://img.shields.io/static/v1?label=continuous%20templating&message=%E6%A8%A1%E7%89%88%E6%9B%B4%E6%96%B0&color=blue&style=flat-square
20+
:target: https://moban.readthedocs.io/en/latest/#at-scale-continous-templating-for-open-source-projects
21+
22+
.. image:: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
23+
:target: https://github.com/psf/black
24+
1925
.. image:: https://dev.azure.com/moremoban/moban-jinja2-github/_apis/build/status/moremoban.moban-jinja2-github?branchName=master
2026
:target: https://dev.azure.com/moremoban/moban-jinja2-github/_build/latest?definitionId=2&branchName=master
2127

changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: moban-jinja2-github
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: added
6+
details:
7+
- exclude a list of user names instead of a single user name
8+
version: 0.0.4
9+
date: 17.10.2020
410
- changes:
511
- action: added
612
details:

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
copyright = ''
2121
author = 'chfw'
2222
# The short X.Y version
23-
version = '0.0.3'
23+
version = '0.0.4'
2424
# The full version, including alpha/beta/rc tags
25-
release = '0.0.3'
25+
release = '0.0.4'
2626

2727
# -- General configuration ---------------------------------------------------
2828

lint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pip install flake8
2-
flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long
3-
python setup.py checkdocs
2+
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs

0 commit comments

Comments
 (0)