feat(git_release): Migrated from ansible-roles
Mibrated from
commit: 295fe5b1db
After migration, updated for gitlab-ci.
Changes to be committed:
new file: gitlab_release/.gitlab-ci.yml
new file: gitlab_release/README.md
new file: gitlab_release/python-module/cz_nfc/cz_nfc.py
new file: gitlab_release/python-module/cz_nfc/setup.py
new file: gitlab_release/requirements.txt
issue #1
This commit is contained in:
10
gitlab_release/python-module/cz_nfc/setup.py
Normal file
10
gitlab_release/python-module/cz_nfc/setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='NFC commitizen Custom Bump Map and changelog',
|
||||
version='0.1.0',
|
||||
py_modules=['cz_nfc'],
|
||||
license='MIT',
|
||||
long_description='this is a long description',
|
||||
install_requires=['commitizen']
|
||||
)
|
||||
Reference in New Issue
Block a user