Hello, guys!
Today I'm willing to start making Pash available in form of the Linux package (note that I have no maintainer experience but I want to learn).
Currently I'm using
Nixos (a nice modern "pure functional" Linux distro) on some of my computers. Its package repository is
Nixpkgs, and I've already managed to create a working package from the current source code of our master branch.
I haven't very much experience maintaining packages, but I think that it would help if Pash had some stable releases (or semi-stable, maybe beta or something... well let's just call them "releases") tagged in git. Then I could point my build scripts to these releases (note that Nixos is a source-based distro almost like Gentoo).
So, what would you say? If we're going to make releases, who will be responsible for that (deciding to make a release, creating the tag on github, pushing it)? What versioning scheme will we use? I'd personally prefer
semver.
Also, currently our
Releases page contains not very relevant things, we'll need to clean it up a bit.
PS. Also Nixos have the very good first-class support for Mono programs, check
the build script. Glorious!