From 6e4f4523899996af60ec39a040688a02985d3418 Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Fri, 9 Aug 2024 16:58:01 +0200 Subject: [PATCH] Replace more slack with discord See: - https://github.com/cucumber/common/issues/2195 - https://github.com/orgs/cucumber/discussions/2197 --- README.md | 2 +- RELEASING.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b7e71f7..fbe765f5 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ A simple example can be [found here](/_examples/custom-formatter). [license]: https://en.wikipedia.org/wiki/MIT_License "The MIT license" [contributing guide]: https://github.com/cucumber/godog/blob/main/CONTRIBUTING.md [releasing guide]: https://github.com/cucumber/godog/blob/main/RELEASING.md -[community Slack]: https://cucumber.io/community#slack +[community Discord]: https://cucumber.io/community#discord diff --git a/RELEASING.md b/RELEASING.md index 58f6066f..cba24365 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -42,7 +42,7 @@ Cucumber Godog follows [Semantic Versioning]. Version numbers are in the format - Click "Publish release" to make the release public. 6. **Announce the Release:** - - Make an announcement on relevant communication channels (e.g., [community Slack]) about the new release. + - Make an announcement on relevant communication channels (e.g., [community Discord]) about the new release. ## Additional Considerations @@ -60,7 +60,7 @@ Cucumber Godog follows [Semantic Versioning]. Version numbers are in the format Following these guidelines, including manual testing with external libraries, will help ensure a thorough release process for Cucumber Godog, allowing detection and resolution of potential backwards compatibility issues before tagging the release. -[community Slack]: https://cucumber.io/community#slack +[community Discord]: https://cucumber.io/community#discord [website]: https://cucumber.github.io/godog/ [Releases]: https://github.com/cucumber/godog/releases [Semantic Versioning]: http://semver.org