Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin versioning/releasing kakoune? #89

Closed
jjthrash opened this issue Apr 5, 2014 · 11 comments
Closed

Begin versioning/releasing kakoune? #89

jjthrash opened this issue Apr 5, 2014 · 11 comments

Comments

@jjthrash
Copy link
Contributor

jjthrash commented Apr 5, 2014

I'm working on a homebrew recipe to make it easy to to install on OSX. (Try brew install https://raw.githubusercontent.com/jjthrash/homebrew/master/Library/Formula/kakoune.rb)

However, I had to make up a version number, 0.1, since kakoune doesn't have one. It would be handy if you could make an "official" release version.

However, I can also just change the recipe to version the installs based on date of latest commit for the build, e.g. 20140403 for the build corresponding to the recipe above.

@mawww
Copy link
Owner

mawww commented Apr 6, 2014

Hum, I do not know, I think I'd rather have the git version being used for now. I'd rather work on adding more tests and continuous integration to keep a stable master than having to support older versions and make releases.

Note that homebrew has the homebrew-headonly tap for software with no official release.

@jjthrash
Copy link
Contributor Author

jjthrash commented Apr 7, 2014

Sounds good. I've used homebrew a lot, but haven't ever written anything for it. I'll take a look at the headonly stuff.

jjthrash added a commit to jjthrash/homebrew-headonly that referenced this issue Apr 8, 2014
Kakoune is intentionally unversioned, per: mawww/kakoune#89
@jjthrash
Copy link
Contributor Author

Not seeing any activity in merging the headonly code. In theory we could include the homebrew recipe in this repo and give instructions in the README about installing.

@OJFord
Copy link

OJFord commented Dec 17, 2016

@mawww @jjthrash The head-only repo is going (Homebrew/homebrew-head-only#186); maintainer asking about it in #315 (which is a duplicate of this really, in title at least).

@lenormf
Copy link
Contributor

lenormf commented Dec 18, 2016

Nothing indicates that the repository is going to be removed any time soon, there's still time. The recipe is outdated though, c.f. #977.

@lenormf
Copy link
Contributor

lenormf commented May 1, 2017

Relevant to this issue: http://semver.org/

@alyssais
Copy link
Contributor

Homebrew maintainer here. To my knowledge, we won't be taking any more head-only formulae and that repo has been put into read-only mode. If you're not ready to commit to versioned releases, you could put the formula in your own Homebrew tap (basically just a dedicated Git repo) so your users can still get updates through Homebrew, and when the formula gets into Homebrew core those installations can be seamlessly migrated. We do recommend moving to versioned releases as soon as possible though, because it provides a much better experience when using a package manager.

Let me know if I can help at all! :)

@jjthrash
Copy link
Contributor Author

@alyssais Thanks for the heads-up. Homebrew user here, and I'm fine using a tap. @mawww If you want me to set up a tap, let me know.

@Delapouite
Copy link
Contributor

@alfiepates
Copy link

alfiepates commented Apr 19, 2018 via email

@mawww
Copy link
Owner

mawww commented Apr 20, 2018

You are welcome.

@mawww mawww closed this as completed Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants