Giter Club home page Giter Club logo

Comments (14)

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

I've checked with package.json configuration and it works fine, so it's not working only with dynamic configuration.

from cz-conventional-changelog-for-jira.

juliuscc avatar juliuscc commented on August 16, 2024

If you would press y and actually commit, does the commit message also omit the Jira-issue? Or is it only in the preview?

from cz-conventional-changelog-for-jira.

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

The message also omit an issue

from cz-conventional-changelog-for-jira.

juliuscc avatar juliuscc commented on August 16, 2024

Has this worked before? Do you know if the bug came with a recent update?

from cz-conventional-changelog-for-jira.

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

hadn't tested previous versions

from cz-conventional-changelog-for-jira.

juliuscc avatar juliuscc commented on August 16, 2024

What version of @digitalroute/cz-conventional-changelog-for-jira are you using? We just pushed out an update like two days ago that could be related.

from cz-conventional-changelog-for-jira.

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

I use "@digitalroute/cz-conventional-changelog-for-jira": "^7.4.1" - the newest one

from cz-conventional-changelog-for-jira.

juliuscc avatar juliuscc commented on August 16, 2024

Could you try exactly version 7.4.0? I suspect there might be a bug with 7.4.1

from cz-conventional-changelog-for-jira.

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

I've checked - the same situation

from cz-conventional-changelog-for-jira.

juliuscc avatar juliuscc commented on August 16, 2024

That is very strange to me. Would you be willing to investigate the bug and identify what could be wrong?

The jira issue should be added here: https://github.com/digitalroute/cz-conventional-changelog-for-jira/blob/master/engine.js#L267-L274

from cz-conventional-changelog-for-jira.

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

I think I know where the problem is. I assumed, according to docs, that custom function is going to override the defaults and it's not. I've noticed that there is no jiraMode in my config options so that's why footer had being omitted.

from cz-conventional-changelog-for-jira.

michalniemiec28 avatar michalniemiec28 commented on August 16, 2024

something like:

var engine = require('./engine');
var defaults = require('./defaults');

module.exports = function(overridenOptions) {
  return engine({ ...defaults, ...overridenOptions });
};

in configurable file could help

from cz-conventional-changelog-for-jira.

juliuscc avatar juliuscc commented on August 16, 2024

Aha yeah that makes sense! I agree with your perception that configurable meant that it would be an override over the defaults. Not that you needed to specify every single thing. That actually means that additions of new options are breaking changes sometimes.

Could you submit a PR with your suggested change. I think it looks perfect 👍

from cz-conventional-changelog-for-jira.

github-actions avatar github-actions commented on August 16, 2024

🎉 This issue has been resolved in version 7.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

from cz-conventional-changelog-for-jira.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.