Skip to content

Conversation

galenwarren
Copy link
Contributor

To resolve issue #31.

This adds ${prefix} into the call to compareCommitsWithBasehead.

index.js Outdated
@@ -4,7 +4,7 @@ const _ = require('lodash')
const cc = require('@conventional-commits/parser')
const semver = require('semver')

async function main () {
async function main() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change the code existing formatting, which follows Standard JS. Same for line 26.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that -- I didn't mean to change that. My editor did it automatically :). Should be back to the way it was.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NGPixel Ah, oops. Forgot the build step ... hold on a minute.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NGPixel Fixed now.

@NGPixel NGPixel merged commit fc64c94 into ietf-tools:main Nov 12, 2023
@NGPixel
Copy link
Member

NGPixel commented Nov 12, 2023

Thanks!

@galenwarren
Copy link
Contributor Author

@NGPixel Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

prefix not working properly?
2 participants