Skip to content

pacificclimate/wx-files-frontend

Repository files navigation

Wx Files Frontend

UI for the PCIC Weather Files service.

This app provides an interface for selecting and downloading weather files (wx files).

Documentation

Releasing

  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, and push all to GitHub, including tag:

    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