question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release notes created incorrectly

See original GitHub issue

Hello, is it normal that my releases lack proper formatting even though I’m correctly using Conventional Commit messages? See here please: https://github.com/coformatique/prisma-auth0-starter/releases

I’m using conventional-github-releaser -p angular as can be seen in my package.json file.

Thank you

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lmachenscommented, Jun 6, 2018

In a different project I faced this issue again. Looks like the cli version is not working correctly.

A simple node script works fine:

github-release.js

const conventionalGithubReleaser = require('conventional-github-releaser');

const auth = {
  type: 'oauth',
  token: 'xxxxx'
};

conventionalGithubReleaser(
  auth,
  {
    preset: 'angular',
    releaseCount: 0 // to create all release like -r 0
  },
  console.info
);

call with node github-release.js.

1reaction
lmachenscommented, May 17, 2018

@hbetts I had the same issue. npm i --save-dev conventional-changelog-angular did the trick for me. thx!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Incorrect logic in release note creation · Issue #282 - GitHub
Hi,. I have used gren for both creating changelog file and generating release notes on the GH releases and have the same wrong...
Read more >
How to write release notes (+5 great examples) | Appcues Blog
How to write release notes · 1. Make the intent of the changes clear · 2. Focus release notes on the user ·...
Read more >
How to Write Release Notes Your Users Will Actually Read
Do product release notes matter? Yes. Here's how to follow best practices for your release notes and ensure they actually get read.
Read more >
Short updates are boring. Release notes new format. How to ...
A release note is a report informing readers of the new version of a product, or an update, or a bug fix. Such...
Read more >
Part One Release Notes Issues and Best Practices - YouTube
Part One looks at the challenges involved in creating release notes and best practices for delivering high-quality releases:Why release ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found