-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add steps to automate changelog generation to Makefile and CI workflo…
…w. (#23)
- Loading branch information
Showing
4 changed files
with
120 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Changelog | ||
|
||
## [v0.5.0](https://github.com/fastly/cli/releases/tag/v0.5.0) (2020-04-08) | ||
|
||
[Full Changelog](https://github.com/fastly/cli/compare/v0.4.1...v0.5.0) | ||
|
||
**Enhancements:** | ||
|
||
- Add the ability to initialise a compute project from a specific branch [\#14](https://github.com/fastly/cli/pull/14) | ||
|
||
## [v0.4.1](https://github.com/fastly/cli/releases/tag/v0.4.1) (2020-03-27) | ||
|
||
[Full Changelog](https://github.com/fastly/cli/compare/v0.4.0...v0.4.1) | ||
|
||
**Bug fixes:** | ||
|
||
- Fix persistence of author string to fastly.toml [\#12](https://github.com/fastly/cli/pull/12) | ||
- Fix up undoStack.RunIfError [\#11](https://github.com/fastly/cli/pull/11) | ||
|
||
## [v0.4.0](https://github.com/fastly/cli/releases/tag/v0.4.0) (2020-03-20) | ||
|
||
[Full Changelog](https://github.com/fastly/cli/compare/v0.3.0...v0.4.0) | ||
|
||
**Enhancements:** | ||
|
||
- Add commands for S3 logging endpoints [\#9](https://github.com/fastly/cli/pull/9) | ||
- Add useful next step links to compute deploy [\#8](https://github.com/fastly/cli/pull/8) | ||
- Persist version to manifest file when deploying compute services [\#7](https://github.com/fastly/cli/pull/7) | ||
|
||
**Bug fixes:** | ||
|
||
- Fix comment for --use-ssl flag [\#6](https://github.com/fastly/cli/pull/6) | ||
|
||
## [v0.3.0](https://github.com/fastly/cli/releases/tag/v0.3.0) (2020-03-11) | ||
|
||
[Full Changelog](https://github.com/fastly/cli/compare/v0.2.0...v0.3.0) | ||
|
||
**Enhancements:** | ||
|
||
- Interactive init [\#5](https://github.com/fastly/cli/pull/5) | ||
|
||
## [v0.2.0](https://github.com/fastly/cli/releases/tag/v0.2.0) (2020-02-24) | ||
|
||
[Full Changelog](https://github.com/fastly/cli/compare/v0.1.0...v0.2.0) | ||
|
||
**Enhancements:** | ||
|
||
- Improve toolchain installation help messaging [\#3](https://github.com/fastly/cli/pull/3) | ||
|
||
**Bug fixes:** | ||
|
||
- Filter unwanted files from template repository whilst initialising [\#1](https://github.com/fastly/cli/pull/1) | ||
|
||
## [v0.1.0](https://github.com/fastly/cli/releases/tag/v0.1.0) (2020-02-05) | ||
|
||
[Full Changelog](https://github.com/fastly/cli/compare/5a8d21b6b1973abe7a27f985856d910f4396ce95...v0.1.0) | ||
|
||
Initial release :tada: | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters