Skip to main content

CONTRIBUTING.md

1# CONTRIBUTING
3## Creating a new release
51. Bump the version number in `save_safari_webarchive.swift`
62. Add a changelog entry in `CHANGELOG.md`
73. Create a Git tag with your new version number
84. Push your changes and Git tag to GitHub
10GitHub Actions will create a new release, including compiled binaries.
12These binaries aren't notarised -- see https://github.com/alexwlchan/safari-webarchiver/issues/6