erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

Release more often #75

Open fenollp opened 6 years ago

fenollp commented 6 years ago

As of today your last published release is 44 commits behind master. This is somewhat annoying as none of the links provided lead to the most up to date escript.

How about setting up your CI to publish the escript when building tags? Then you'd need to cut tags more often. You could also do that automatically by having your CI push a tag when a new commit lands in the master branch.

baransu commented 6 years ago

Current version has only one feature we merged few weeks ago but those changes had some issues (timeline tracking). Right now we have one issue with frontend caching. I'll try to focus on that in the following days and we will try to cut release. To be honest I don't like this kind of automation because we're not adding that many features/changes to project to have to automate that.

@michalslaski @arkgil @mkacper

baransu commented 6 years ago

@fenollp We just released 0.8 with 2 big new features. Check this out: https://github.com/erlanglab/erlangpl/releases

gomoripeti commented 6 years ago

just noting that download links on the website erlang.pl still point to version 0.6.1 both on the main page and in getting started guide