erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.

Home Page:http://www.erlang.pl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release more often

fenollp opened this issue · comments

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.

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

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

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