Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Before creating a pull request please:
1. Format your code (`dart format .`).
1. Analyze your code (`dart analyze . --fatal-infos`).
1. Follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0) specification for your commit messages.
- This enables automatic version bumping and changelog generation as detailed in the [Release Process](#release-process-πŸš€) section.
- This enables automatic version bumping and changelog generation as detailed in the [Release Process](#release-process-) section.

@marcossevilla marcossevilla Oct 30, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot I don't think this change will work, if we remove the emoji, we break the link

1. Create the Pull Request.
1. Verify that all status checks are passing.

Expand Down Expand Up @@ -85,7 +85,7 @@ We use [`release-please-action`][release-please-action-link] to automate version
>- The file `lib/analysis_options_<NEW_VERSION>.yaml` exists
>- If any mismatches are found, the files need to be manually updated to match

##### πŸ’‘ Notes
#### πŸ’‘ Notes

- The GitHub Action workflow that automates the release process is configured in `.github/workflows/release_please.yaml`
- release-please settings are defined in `.release-please-config.json` and `.release-please-manifest.json`
Expand All @@ -97,10 +97,7 @@ We use [`release-please-action`][release-please-action-link] to automate version
- A GitHub Release is published with the changelog.
- A new version of Very Good Analysis is automatically published in pub.dev.

#### πŸ’‘ Notes

- The publishing process is automatically triggered when a version tag is created.
- The automated publishing workflow to pub.dev is defined in `.github/workflows/pub_publish.yaml`
**Note:** The publishing process is automatically triggered when a version tag is created. The automated publishing workflow to pub.dev is defined in `.github/workflows/pub_publish.yaml`

This document provides a good summary of how it works and how we use it, but we recommend that you also read the official documentation of [Conventional Commits][conventional_commits_link], [Semantic Versioning][sem_ver_link], [Publishing Dart packages][dart_publishing_link] and [`release-please-action`][release-please-action-link].

Expand Down