Skip to content

Commit

Permalink
Fix release notes frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
dpb587 committed Jun 21, 2020
1 parent 5a7d19a commit d75361c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases/v0.1.1.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
---
title: v0.1.1
weight: 1001
---

Fixes error from cross-link renames ([#1](https://github.com/dpb587/gget/issues/1)).
5 changes: 5 additions & 0 deletions docs/releases/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: v0.2.0
weight: 2000
---

* Renames `--exec` to `--executable`
* Fixes panic when parsing some release notes for checksums.
* Automate publishing of Docker images on GitHub Packages.
Expand Down
5 changes: 5 additions & 0 deletions docs/releases/v0.3.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: v0.3.0
weight: 3000
---

* add alpha support for GitLab
* reduce number of GitHub API requests
* improve error reporting and argument parsing
Expand Down
5 changes: 5 additions & 0 deletions docs/releases/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: v0.4.0
weight: 4000
---

* add download summary line showing number of files and repository reference used
* add `--ref-stability=` to support downloading pre-releases
* add `--ref-version=` to support filtering releases for a particular version constraint
Expand Down

0 comments on commit d75361c

Please sign in to comment.