arkadioz
arkadioz
@tmeijn this worked and helped understand what was going on with the empty changelog, but I notice that for the breaking changes it is using a section called ⚠ BREAKING...
Hey @momocow sorry for taking a while to feedback, gonna test it this weekend and give you some feedback, thanks a lot for all the help
@momocow Hi, tried it but I got the following error: ``` [8:50:25 AM] [semantic-release] [semantic-release-gitmoji] › ℹ Release notes are generated. [8:50:25 AM] [semantic-release] › ✘ Failed step "generateNotes" of...
@momocow Thanks, it would be amazing to have such a enhancement, meanwhile this is what I did on the default-handlebar template: Replaced the if/else statement with this one: ``` #...
@momocow Thanks for helping and explaining, I think this is a very useful tool and worth it the refactor/enhancements of those little details, I was asking this also because I...
Okay thank you @tomasbjerre, Is it possible to make a function that can recognize if the commit msg contains a Jira issue and if it does return it? I think...
Okay fixed it, needed to set the commitUrlFormat parameter like so: `"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commits/{{hash}}"` at the presetConfig of the "@semantic-release/release-notes-generator". like so: ``` { "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits",...
But also I wonder how could I also apply the config that is already defined for bitbucket in here: https://github.com/semantic-release/release-notes-generator/blob/c4963f573930df1b5352ef38d3bc2c58286a9fb3/lib/hosts-config.js#L12 So I dont have to configure all of that again
Sorry I think the problem is the dataflow preflight service, I tried what this link in the error message says: https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline?hl=es-419#validation using: `--dataflowServiceOptions=enable_preflight_validation=false` and it allowed the pipeline to start...
@liferoad Sure could do it, can you please share the link to open one? Have not open one before unless you mean the google cloud [community forum](https://www.googlecloudcommunity.com/gc/Google-Cloud/ct-p/google-cloud)?