Skip to content

r1chardj0n3s/xstatic-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to release a package

For a first release:

  1. pip install xstatic-release,
  2. Add "dist", ".eggs" & "MANIFEST" to your .gitignore

For every release:

  1. Update data and metadata in the xstatic/pkg/MODULE_NAME tree
  2. Run xstatic-release to update setup.cfg (and generate missing files if needed)
  3. Commit
  4. Submit to gerrit for review
  5. After the patch merges, git tag it with PACKAGE_VERSION and push that tag as per https://wiki.openstack.org/wiki/StableBranchRelease#Tag
  6. Release package with "python setup.py sdist", "python setup.py bdist_wheel"

Releases

  • 1.2.1 Fix incorrect use of PACKAGE_NAME vs NAME
  • 1.2.0 Remove use of setuptools_scm and revert to more typical xstatic setup.py
  • 1.1.3 Correct naming of summary -> description fields
  • 1.1.2 First usable public release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages