dbelyaeff / cogear.js

Modern static websites generator (Node.JS/Webpack)

Home Page:https://cogearjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suggestion: release pattern

Gormartsen opened this issue · comments

I noticed that you are releasing to npm registry but there is no tag release on github.

It would be very convenient to have github releases as well.

Thank you.

PS is there any plans to have a chat on gitter or telegram for the project?

I've just created the group on #slack.

Join https://cogearjs.slack.com/messages/CDFKHJ547/#

Is there any way to sync npm tags with git tags?

can you send invite for gor.martsen@gmail.com

Is there any way to sync npm tags with git tags?

never had to do it. I would go by commit history and based on commit id, manually would mark tag release.

I've sent you the invitation.

If you would mind doing that via PR, I'll very appreciate it.

@codEmotion I don't think that there is a way to send tags/releases via PR, but I sent you #12 with bash script that can tag and push to github tags/releases.

It was tested on MaxOSx Mojave. If you have different OS, I would comment last line
git push --tags while you are testing it.

PS: you have few commits with the same version name. like 1.2.0 and 1.3.0.
So it takes latest one comment with such version