pacificclimate / station-data-portal

Data portal for station data (e.g., BC Station Data, a.k.a. PCDS; Yukon-NWT Station Data); React app
0 stars 0 forks source link
actions docker

Station Data Portal

Frontend for visualizing and selecting stations, and downloading station data from a PyCDS / CRMP schema database.

Documentation

Releasing

To create a versioned release:

  1. Increment version in package.json
  2. Summarize the changes from the last version in NEWS.md
  3. Commit these changes, then tag the release:
git add package.json NEWS.md
git commit -m"Bump to version x.x.x"
git tag -a -m"x.x.x" x.x.x
git push --follow-tags

Note: When a new release of this portal is deployed, also create a new release of the PDP and deploy it. This will cause the updated documentation for this portal to be included in the PDP documentation. For more details, see User documentation.