BrenekH / kotlin-for-frc

A VSCode Extension that adds Kotlin templates and support for the FIRST Robotics Competition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use github-changelog-generator for CHANGELOG.md

BrenekH opened this issue · comments

Needed Options:

  • --user [USER]
  • --project [PROJECT]
  • --token [TOKEN]
  • --since-tag 1.4.0
  • --no-compare-link
  • --header-label "# Kotlin For FRC Changelog"

Possible Options:

  • --release-branch development

The Travis script now uses github_changelog_generator to generate the release notes for a release.

The next step is to create scripts that can be run to generate the changelog on a developer machine.

Since continuous integration deploys to GitHub releases with auto-changelog, I'm going to close. Will eventually create scripts to run on developer machines, but they are on the back burner.