Skip to content

Commit b205222

Browse files
authored
Remove release notes actions (#4141)
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent 1fae648 commit b205222

File tree

6 files changed

+7
-68
lines changed

6 files changed

+7
-68
lines changed

.expeditor/announce-release.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

.expeditor/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ subscriptions:
7878
- built_in:rollover_changelog
7979
- bash:.expeditor/promote_harts_and_containers.sh:
8080
post_commit: true
81-
- bash:.expeditor/publish-release-notes.sh:
82-
post_commit: true
8381
- purge_packages_chef_io_fastly:{{target_channel}}/chef-server/latest
84-
- bash:.expeditor/announce-release.sh:
85-
post_commit: true
8682
- built_in:notify_chefio_slack_channels
8783
- workload: artifact_published:LTS-2024:chef-server:{{version_constraint}}
8884
actions:

.expeditor/publish-release-notes.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Chef Infra Server Release Notes
22

3-
See [Chef Infra Server Release Notes](https://docs.chef.io/release_notes_server) for the complete list of product release notes.
3+
See [Chef Infra Server Release Notes](https://docs.chef.io/release_notes/server/) for the complete list of product release notes.

RELEASE_PROCESS.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ Ensure documentation in [docs-site](https://docs.chef.io/) is updated for change
3838

3939
### Update Release Notes
4040

41-
#### Pending Release Notes In Wiki
42-
43-
https://github.com/chef/chef-server/wiki/Pending-Release-Notes
41+
Release notes are published from the [chef/chef-web-docs repository](https://github.com/chef/chef-web-docs/blob/main/content/release_notes/server.md).
4442

4543
### Getting the build to be released into current with a minor/major version bump
4644

@@ -237,10 +235,6 @@ https://discourse.chef.io/c/chef-release/9
237235

238236
1. Confirm the existence of the notification in the #chef-server-notify channel.
239237
1. Confirm that the release appears at https://downloads.chef.io/tools/infra-server. This usually takes a while.
240-
1. Confirm that the release notes from Pending Release Notes are automatically posted on discourse. Sample post:
241-
https://discourse.chef.io/t/chef-infra-server-14-10-23-released/20438
242-
1. Confirm that the data for the Pending Release Notes at https://github.com/chef/chef-server/wiki/Pending-Release-Notes is automatically deleted by expeditor, and only the titles remain. Notify releng at https://github.com/chef/release-engineering/issues if this does not automatically happen on promote.
243-
1. Confirm that the release notes appear at https://docs.chef.io/release_notes_server/ . This should happen automatically via expeditor, but if it does not you need to perform the steps manually and create an issue with releng at https://github.com/chef/release-engineering/issues. For instructions on how to proceed with a manual edit, contact docs-support.
244238

245239
In case of release failure, consult appropriate documentation to assist with troubleshooting and correcting the issue.
246240
https://expeditor.chef.io/dashboard/?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NDYxODMwMTgsImlhdCI6MTY0NjE2ODYxOCwiaXNzIjoiaHR0cHM6Ly9leHBlZGl0b3IuY2hlZi5pbyIsInVzZXJfbG9naW4iOiJQcmFqYWt0YVB1cm9oaXQiLCJ1c2VyX25hbWUiOm51bGwsImFjY2Vzc190b2tlbiI6ImdodV95R3o4MkE5dWg5TzdnVXhOMHhEbXQ5bHU1YXM0YUE0TVZuVjYiLCJhZG1pbiI6dHJ1ZX0.5EZ1GvD_ufWmXPzfosGbs11RXYnHNm7gABgc-TpLgkQ#/

omnibus/CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ In order to facilitate the tedious communication tasks involved in releasing Che
44

55
## Release Notes
66

7-
The RELEASE_NOTES.md file can be viewed as a higher-level, customer-friendly version of CHANGELOG.md. Significant changes to `opscode-omnibus` and its dependencies should be represented in one of the following three categories:
7+
Release notes are a higher-level, customer-friendly version of `CHANGELOG.md`. Significant changes to `opscode-omnibus` and its dependencies should be represented in one of the following three categories:
8+
89
* What's New
910
* Bug Fixes
1011
* Security Fixes
1112

12-
These notes will be included as part the blog post for each release.
13+
These notes will be included as part the blog post for each release.
14+
15+
Release notes are published from the [chef-web-docs repository](https://github.com/chef/chef-web-docs/blob/main/content/release_notes/server.md).

0 commit comments

Comments
 (0)