Skip to content

Conversation

DevelopmentCats
Copy link
Contributor

  • Revised the release process description for better clarity.
  • Added detailed steps for creating and pushing annotated tags.
  • Updated notes on version numbering and publishing to the Coder Registry.

…ce automated release script is not complete

- Revised the release process description for better clarity.
- Added detailed steps for creating and pushing annotated tags.
- Updated notes on version numbering and publishing to the Coder Registry.
Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

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

Awesome.

Comment on lines +281 to +287
### Version Numbers

Version numbers should follow semantic versioning:

- **Patch version** (1.2.3 → 1.2.4): Bug fixes
- **Minor version** (1.2.3 → 1.3.0): New features, adding inputs, deprecating inputs
- **Major version** (1.2.3 → 2.0.0): Breaking changes (removing inputs, changing input types)
Copy link
Member

Choose a reason for hiding this comment

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

This should actually be mentioned well before, for the author to put the correct tag in README.md. The maintainer would simply tag whatever tag is in the README while ensuring it's correct as per these rules and ask for changes if not.

@DevelopmentCats DevelopmentCats merged commit 9788acb into main May 15, 2025
3 checks passed
@DevelopmentCats DevelopmentCats deleted the cat/contribution-docs-update branch May 15, 2025 17:19
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