https://github.com/pacificclimate/weather-anomaly-tool
https://github.com/pacificclimate/weather-anomaly-tool
actions docker snyk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacificclimate/weather-anomaly-tool
- Owner: pacificclimate
- Created: 2017-10-18T17:41:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T21:00:59.000Z (over 1 year ago)
- Last Synced: 2025-03-19T22:21:39.777Z (over 1 year ago)
- Topics: actions, docker, snyk
- Language: JavaScript
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# Climate Anomaly Viewer
Frontend for visualizing climate anomaly data.
## Documentation
- [Functionality](docs/functionality.md)
- [Installation](docs/installation.md)
- [Configuration](docs/configuration.md)
- [Production](docs/production.md)
- [User documentation](docs/user-doc.md)
- [Development notes](docs/dev-notes.md)
## Releasing
To create a release version:
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:
```bash
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
```