Skip to content

Commit 8c1dc44

Browse files
committed
update verbiage in release drafter
1 parent ceda170 commit 8c1dc44

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,12 @@ replacers: #todo review
9999
- search: "/(feat|fix|docs|chore|cleanup|style|refactor|perf|test)(\(\w+\))?: /g"
100100
replace: ""
101101
template: |
102-
## What's new in the NGINX S3 Gateway v$RESOLVED_VERSION!
102+
## What's new in the NGINX S3 Gateway $RESOLVED_VERSION!
103103
104104
$CHANGES
105105
106-
## Install & Upgrade ## TODO Update or remove
106+
## Install & Upgrade
107107
108-
- To install the Ansible NGINX role on a fresh environment, run `ansible-galaxy install nginxinc.nginx`.
109-
- To upgrade the Ansible NGINX role to the latest release, run `ansible-galaxy install -f nginxinc.nginx`.
110-
- To install or upgrade to this specific Ansible NGINX role release ($RESOLVED_VERSION), run `ansible-galaxy install -f nginxinc.nginx,v$RESOLVED_VERSION`.
108+
- The easiest way to use the most recent version is to find it in the [docker images](https://github.com/nginxinc/nginx-s3-gateway/pkgs/container/nginx-s3-gateway%2Fnginx-oss-s3-gateway) are which contains installation instructions
109+
- Detailed installation and configuration instructions can be found in the [Getting Started Guide](https://github.com/nginxinc/nginx-s3-gateway/blob/main/docs/getting_started.md)
111110
112-
## Resources ## TODO Update or remove
113-
114-
- Functional configuration examples (check `converge.yml` under each `molecule` scenario) -- [github.com/nginxinc/ansible-role-nginx/tree/$RESOLVED_VERSION/molecule](https://github.com/nginxinc/ansible-role-nginx/tree/$RESOLVED_VERSION/molecule).
115-
- Ansible Galaxy repository -- [galaxy.ansible.com/nginxinc/nginx](https://galaxy.ansible.com/nginxinc/nginx).
116-
- NGINX Ansible role & collection introductory blog -- [nginx.com/blog/announcing-nginx-core-collection-ansible](https://www.nginx.com/blog/announcing-nginx-core-collection-ansible).
117-
- NGINX: Better with Ansible demo -- [github.com/alessfg/nginx-ansible-demo](https://github.com/alessfg/nginx-ansible-demo).

0 commit comments

Comments
 (0)