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

✨ Add a generic preset that uses a configuration file #160

Merged
merged 1 commit into from
Jan 5, 2020

Conversation

frinyvonnick
Copy link
Owner

@frinyvonnick frinyvonnick commented Jan 4, 2020

Fix #157

It uses a configuration file at project root called .gitmoji-changelogrc containing the following mandatory properties.

{
  "project": {
    "name": "yvonnickfrin.dev",
    "description": "My blog",
    "version": "1.1.0"
  }
}

Questionning

Should it be the default preset @bpetetot?

@frinyvonnick frinyvonnick changed the base branch from feat/cli-configuration-file to master January 5, 2020 11:41
@frinyvonnick frinyvonnick merged commit d41ebc6 into master Jan 5, 2020
@frinyvonnick frinyvonnick deleted the feat/generic-preset branch January 5, 2020 11:44
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.

Preset: read version from file
1 participant