-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Releasing
On Discord, Kaeros and Bee both have release perms for all major platforms. Typically Bee releases, but Kaeros can also release.
We use semantic versioning for our releases. This means major implies a major breaking change, minor implies a potential minor change / feature request, bug fix implies bug fixes and no breaking changes.
We aim to release regularly.
- Major releases
Only when we have a major breaking change.
- Minor
Whenever a new feature is added. It is okay for us to release twice in one day, so long as the features are significant enough.
- Bug Fixes
We normally include these in minor releases.
Run ./run.sh
in rustscan-debbuilder
folder. It will produce 3 debs in a sub-folder.
Git clone the arch repo
git clone ssh://[email protected]/rustscan.git
Bump the version number & replace the checksum with the .tar.gz
checksum.
Generated a .srcinfo
makepkg --printsrcinfo > .SRCINFO
git add, git commit, git push.
No idea, yet.
It's automated, don't worry about it.
Cargo Publish