You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a big deal, but in the ChangeLog file, some links use the wrong
project name, or use placeholder PR numbers.
And in `DOCUMENTATION.md`, the link to the CLI backend creation doc
returned a 404 due to a missing /
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
The help output from the Fastly CLI is consumed by the Fastly Developer Hub to produce online documentation: https://www.fastly.com/documentation/reference/cli
4
4
5
-
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://www.fastly.com/documentation/reference/clibackend/create/#examples).
5
+
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://www.fastly.com/documentation/reference/cli/backend/create/#examples).
6
6
7
7
These examples and API references are defined in [`pkg/app/metadata.json`](./pkg/app/metadata.json).
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
1. Merge CHANGELOG.
11
11
1. Rebase latest remote main branch locally (`git pull --rebase origin main`).
12
12
1. Create a new signed tag (replace `{{remote}}` with the remote pointing to the official repository i.e. `origin` or `upstream` depending on your Git workflow): `tag=vX.Y.Z && git tag -s $tag -m $tag && git push {{remote}} $tag`
13
-
- Triggers a [github action](https://github.com/fastly/cli/blob/main/.github/workflows/tag_release.yml) that produces a 'draft' release.
13
+
- Triggers a [github action](https://github.com/fastly/cli/blob/main/.github/workflows/tag_to_draft_release.yml) that produces a 'draft' release.
14
14
1. Copy/paste CHANGELOG into the [draft release](https://github.com/fastly/cli/releases).
0 commit comments