xn-auth 0.0.3__tar.gz → 0.0.3.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/.pre-commit-config.yaml +1 -1
- {xn_auth-0.0.3/xn_auth.egg-info → xn_auth-0.0.3.dev1}/PKG-INFO +1 -1
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1/xn_auth.egg-info}/PKG-INFO +1 -1
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/.env.dist +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/.gitignore +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/README.md +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/makefile +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/pyproject.toml +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/setup.cfg +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/x_auth/__init__.py +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/x_auth/models.py +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/xn_auth.egg-info/SOURCES.txt +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/xn_auth.egg-info/dependency_links.txt +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/xn_auth.egg-info/requires.txt +0 -0
- {xn_auth-0.0.3 → xn_auth-0.0.3.dev1}/xn_auth.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ repos:
|
|
|
4
4
|
- id: tag
|
|
5
5
|
name: tag
|
|
6
6
|
### make tag with next ver only if "fix" in commit_msg or starts with "feat"
|
|
7
|
-
entry: bash -c 'grep -e
|
|
7
|
+
entry: bash -c 'grep -e ^feat -e fix .git/COMMIT_EDITMSG && make patch || exit 0'
|
|
8
8
|
language: system
|
|
9
9
|
verbose: true
|
|
10
10
|
pass_filenames: false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|