Skip to content
/ dune Public

A library of commonly used JS functionality

License

Notifications You must be signed in to change notification settings

21TORR/dune

Repository files navigation

Dune 🪱

A library helping in the development of modern JavaScript applications.

📚 Read the docs

Development

Releases

  1. Check the CHANGELOG, to ensure that the next version number is correct according to semver and there is no "(unreleased)" after the next version number.
  2. If necessary, commit these changes, commit message "Release x.y.z".
  3. Tag the latest commit with "x.y.z".
  4. Push commit + tag.
  5. Create a release in GitHub.

Publishing to npm is done automatically in a GitHub action.