diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b8be1..2a31946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Changelog UNRELEASED - 2020-04-23 ----------------------- -- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Add notes for packagers to readme - _Casey Rodarmor _ +- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Remove watch dropdown image from readme - _Casey Rodarmor _ +- :books: [`8fbe39726fe6`](https://github.com/casey/intermodal/commit/8fbe39726fe6c5bdc342dbd0764f8052ddd03597) Add notes for packagers to readme - _Casey Rodarmor _ - :bug: [`43788cac9a0c`](https://github.com/casey/intermodal/commit/43788cac9a0cb957605fbd16299d04d36a7e0411) Fix `bin/package` - _Casey Rodarmor _ diff --git a/README.md b/README.md index 414f295..2244208 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ identifier of the CC0 is [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html). ### Package Artifacts -There are three primary build artifacts: the binary, the man pages, and shell -completion scripts. +There are three primary build artifacts: the binary, the man pages, and the +shell completion scripts. #### Binary @@ -190,10 +190,8 @@ After running, the completion scripts will be available in `completions`. ### Release Updates -If you'd like to receive updates whenever a new version is released, you can -watch the intermodal repository in "Releases only" mode: - -![GitHub Watch options dropdown showing "Releases only" highlighted](rsc/watch-releases.png) +If you'd like to receive an update whenever a new version is released, you can +watch the intermodal repository in "Releases only" mode. ## Chat diff --git a/bin/gen/templates/README.md b/bin/gen/templates/README.md index c3ac38b..5f3257e 100644 --- a/bin/gen/templates/README.md +++ b/bin/gen/templates/README.md @@ -126,8 +126,8 @@ identifier of the CC0 is [CC0-1.0](https://spdx.org/licenses/CC0-1.0.html). ### Package Artifacts -There are three primary build artifacts: the binary, the man pages, and shell -completion scripts. +There are three primary build artifacts: the binary, the man pages, and the +shell completion scripts. #### Binary @@ -167,10 +167,8 @@ After running, the completion scripts will be available in `completions`. ### Release Updates -If you'd like to receive updates whenever a new version is released, you can -watch the intermodal repository in "Releases only" mode: - -![GitHub Watch options dropdown showing "Releases only" highlighted](rsc/watch-releases.png) +If you'd like to receive an update whenever a new version is released, you can +watch the intermodal repository in "Releases only" mode. ## Chat diff --git a/rsc/watch-releases.png b/rsc/watch-releases.png deleted file mode 100644 index e5f157f..0000000 Binary files a/rsc/watch-releases.png and /dev/null differ