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

feat: changelog with standard-version #37

Merged
merged 1 commit into from
Jul 7, 2021
Merged

feat: changelog with standard-version #37

merged 1 commit into from
Jul 7, 2021

Conversation

helio-frota
Copy link
Member

This is to have auto-generated changelog by using the standard-version.

Related to #14

@helio-frota helio-frota requested a review from aalykiot July 6, 2021 20:03
@helio-frota
Copy link
Member Author

package.json Outdated
@@ -26,7 +26,8 @@
"pretest": "eslint --ignore-path .gitignore",
"lint:fix": "eslint . --fix",
"test": "jest --no-colors",
"coverage": "jest --coverage"
"coverage": "jest --coverage",
"release": "standard-version"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"release": "standard-version"
"release": "standard-version"

Copy link
Member Author

Choose a reason for hiding this comment

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

@richardlau thank you for this!
This is not the first time that happens.
nodeshift-starters/reactive-koffeeshop-demo@c68a76e

I need to take a look at what is causing it...

Copy link
Contributor

Choose a reason for hiding this comment

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

Probably tabs/spaces (I don't mind which but it should be consistent with the existing file).

This is to have auto-generated changelog by using the standard-version
@aalykiot aalykiot merged commit 12189e3 into main Jul 7, 2021
@aalykiot aalykiot deleted the standard-version branch July 7, 2021 08:32
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.

3 participants