pacificclimate / design-value-explorer

Web application for interactively visualizing and downloading design value fields and tables.
GNU General Public License v3.0
0 stars 0 forks source link
actions docker

Docker Publishing Python CI

Design Value Explorer

Web application for visualizing and downloading design value fields and tables.

Documentation

Changelog

For a summary of releases and changes, see NEWS.md.

Releasing

To create a versioned release:

  1. Increment __version__ in setup.py
  2. Summarize the changes from the last release in NEWS.md
  3. IMPORTANT: Update the image tag in docker/production/docker-compose.yml to the new version.
  4. Commit these changes, tag the release, then push it all:

    git add setup.py NEWS.md docker/production/docker-compose.yml
    git commit -m"Bump to version x.x.x"
    git tag -a -m"x.x.x" x.x.x
    git push --follow-tags

Authors