82a4e247bf
Release management team has modified the way it releases projects and a new process and guideline has been established. This change adds support for the same. More information on this can be found at [1]. Within OpenStack, reno can be used to create release notes using the following command: tox -e venv -- reno new slug-goes-here where slug-goes-here is a prefix to your notes. More info on reno usage can be found at [2]. [1]: http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html [2]: http://docs.openstack.org/developer/reno/usage.html Change-Id: Ic4c1d246b0c9dda7c4c3901ed9527481b6f8f3e3
30 lines
332 B
Plaintext
30 lines
332 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
*.DS_Store
|
|
*.pyc
|
|
vmware_nsx.egg-info/
|
|
pbr*.egg/
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|