sergey-lapin / redux-import-export-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

semantic-release support?

sergey-lapin opened this issue · comments

I want to integrate semantic-release and commitizen with this project.
@calesce what do you think?

Sure! I've never seen commitizen before, looks interesting. My commit messages leave much to be desired 😄

Sent from my iPhone

On Jan 4, 2016, at 8:15 AM, Sergey Lapin notifications@github.com wrote:

I want to integrate https://github.com/semantic-release/semantic-release and commitizen.
@calesce what do you think?


Reply to this email directly or view it on GitHub.

I introduced https://github.com/leonardoanalista/cz-customizable check out .cz-config.js file, you may define your own scopes or overrides there.

I also added some helper scripts npm run cz & npm run czp, I just get used to them)

whoops. I forgot about this, just added you 😸

Just cut a release using the commitizen/semantic-release workflow, so I'd say it's fair to close this!

@lapanoid hmmm, semantic-release isn't letting me release from 6727155, where I added shouldComponentUpdate and categorized it as a "perf" commit (via commitizen). Before I open an issue with semantic-release, do you know what the problem is?

Here's the error message:
screen shot 2016-04-03 at 2 59 58 pm

I went ahead and published 0.2.3 manually,

Let me see...

Here is an issue, that is still open that we depend on to fix this semantic-release/commit-analyzer#3 and it is still open.
Meanwhile you can only use 'fix' commit to trigger patch change and npm publish.