-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adopt changie for changelog generation #305
Conversation
This commit adds the `changie` tool to the repository to manage the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for preparing this. I left some suggestions/questions
- Update README content ([#73](https://github.com/hashicorp/vscode-hcl/pull/73)) | ||
- Fix Publish Action ([#81](https://github.com/hashicorp/vscode-hcl/pull/81)) | ||
|
||
<!-- Links to tag comparisons --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we get rid of the links? And the linked headlines?
unreleasedDir: unreleased | ||
changelogPath: CHANGELOG.md | ||
versionExt: md | ||
versionFormat: '## {{.Version}} ({{.Time.Format "2006-01-02"}})' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
versionFormat: '## {{.Version}} ({{.Time.Format "2006-01-02"}})' | |
versionFormat: '## {{.VersionNoPrefix}} ({{.Time.Format "2006-01-02"}})' |
kindFormat: '{{.Kind}}:' | ||
changeFormat: |- | ||
* {{.Body}} ([#{{.Custom.Issue}}](https://github.com/hashicorp/{{.Custom.Repository}}/issues/{{.Custom.Issue}})) | ||
custom: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add the enum for pointing to a syntax
issue here? Now, that I think about it, I think we're also missing this in vscode-terraform as well.
This commit adds the
changie
tool to the repository to manage the changelog