go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

Release a new version #107

Closed sagikazarmark closed 4 years ago

sagikazarmark commented 4 years ago

There are a few, significant changes since the first version. Can we schedule a new version?

sagikazarmark commented 4 years ago

https://github.com/go-bdd/gobdd/releases/tag/v1.0.1

bkielbasa commented 4 years ago

We can think about some kind of schedule of new versions.

sagikazarmark commented 4 years ago

Personally, in early phases, I like releasing new versions as new features are added. Later on, a defined release schedule could work.

bkielbasa commented 4 years ago

For now, I try to stick to milestones. We'll see if it will work later on :) but ping me if you think we should release something faster.

sagikazarmark commented 4 years ago

Would be nice to have one actually :)

bkielbasa commented 4 years ago

@sagikazarmark done https://github.com/go-bdd/gobdd/releases/tag/v.1.1

sagikazarmark commented 4 years ago

Awesome. I think it would be nice to follow full semver though, so it should be v1.1.0, shouldn't it?