From 66957730355207952e666b70c3ccdb8a517e96d3 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 12 Jun 2025 09:11:03 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Will Lewis <1543626+wrjlewis@users.noreply.github.com> --- docs/development/contributing.md | 2 +- docs/development/releasing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/contributing.md b/docs/development/contributing.md index da7548557..83edcfba2 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -17,7 +17,7 @@ There are two main ways to contribute to MAS: ## 3. What do I need? -To get MAS running locally from source you will need: +To get MAS running locally from source you will need to: - [Install Rust and Cargo](https://www.rust-lang.org/learn/get-started). We recommend using the latest stable version of Rust. - [Install Node.js and npm](https://nodejs.org/). We recommend using the latest LTS version of Node.js. diff --git a/docs/development/releasing.md b/docs/development/releasing.md index 24863b79b..723815437 100644 --- a/docs/development/releasing.md +++ b/docs/development/releasing.md @@ -69,7 +69,7 @@ When a PR is tagged with the `Z-Build-Workflow` label: ## Changelog generation -Changelogs are automatically generated from PR titles and labels with the GitHub tools. +Changelogs are automatically generated from PR titles and labels. The configuration for those can be found in the `.github/release.yml`, but the main labels to be aware of are: