Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - Link to JIRA issues #203

Open
davidcunningham opened this issue Jun 7, 2021 · 0 comments
Open

Question - Link to JIRA issues #203

davidcunningham opened this issue Jun 7, 2021 · 0 comments

Comments

@davidcunningham
Copy link

davidcunningham commented Jun 7, 2021

I apologize but looking through the documentation, I'm missing a connection somewhere (or if it's even possible). Right now I'm using standard-version to generate tags and changelog using JIRA as our issue tracker. This is for a monorepo that contains JS and non-JS components. Everything works great to add the links to the JIRA tickets on the commit. When I attempt to use conventional-github-releaser -p angular however it strips out the links to the the JIRA tickets. Is there a way to configure the releaser to point to a JIRA instance for tickets? An example of our .versionrc configuration is below.

{
  "issueUrlFormat": "https://jira.atlassian.net/browse/{{prefix}}{{id}}",
  "issuePrefixes": ["ABC-"],
  "types": [
    {"type": "feat", "section": "Features"},
    {"type": "fix", "section": "Bug Fixes"},
    {"type": "chore", "hidden": true},
    {"type": "docs", "hidden": true},
    {"type": "style", "hidden": true},
    {"type": "refactor", "hidden": true},
    {"type": "perf", "hidden": true},
    {"type": "test", "hidden": true}
  ],
  "bumpFiles": [
    {
      "filename": "web/package.json",
      "type": "json"
    },
    {
      "filename": "web/package-lock.json",
      "type": "json"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant