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

Tracking issue of RFC-44: Use git-chglog #45

Open
3 tasks
Xuanwo opened this issue Aug 3, 2021 · 1 comment
Open
3 tasks

Tracking issue of RFC-44: Use git-chglog #45

Xuanwo opened this issue Aug 3, 2021 · 1 comment

Comments

@Xuanwo
Copy link
Contributor

Xuanwo commented Aug 3, 2021

RFC: https://github.com/maintainer-org/maintainer/blob/master/docs/rfcs/44-use-git-chglog.md

Steps

  • Use git-chglog instead
  • Update README
  • Add migration plan
@Xuanwo
Copy link
Contributor Author

Xuanwo commented Aug 3, 2021

git-chglog must have template files and unable to pass template content directly.

// Config for generating CHANGELOG
type Config struct {
	Bin        string // Git execution command
	WorkingDir string // Working directory
	Template   string // Path for template file. If a relative path is specified, it depends on the value of `WorkingDir`.
	Info       *Info
	Options    *Options
}

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

No branches or pull requests

1 participant