Skip to content

docs: add development and release docs#45

Open
fmartingr wants to merge 1 commit into
masterfrom
docs/dev-release
Open

docs: add development and release docs#45
fmartingr wants to merge 1 commit into
masterfrom
docs/dev-release

Conversation

@fmartingr

@fmartingr fmartingr commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

Closes #40

Rest of the changes from #40 were implemented in #44

@fmartingr
fmartingr requested a review from Copilot October 16, 2025 08:58
@fmartingr fmartingr self-assigned this Oct 16, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request adds documentation sections for development workflow and release versioning to the README.md file. The changes provide guidance for developers working on the plugin and explain the automated versioning system.

  • Added development section with links to Mattermost plugin development resources
  • Added detailed explanation of the automated release versioning system
  • Documented how version numbers are determined based on git tags and commits

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread README.md
* Otherwise, the version will combine the nearest tag with `git rev-parse --short HEAD`, e.g. `1.3.1+d06e53e1`.
* If there is no version tag, an empty version will be combined with the short hash, e.g. `0.0.0+76081421`.

To disable this behaviour, manually populate and maintain the `version` field. No newline at end of file

Copilot AI Oct 16, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Corrected spelling of 'behaviour' to 'behavior' for American English consistency.

Suggested change
To disable this behaviour, manually populate and maintain the `version` field.
To disable this behavior, manually populate and maintain the `version` field.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants