We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab72c3 commit 6bd9127Copy full SHA for 6bd9127
DEVELOPMENT.md
@@ -30,7 +30,7 @@ This file contains helpful information for developers and AI assistants working
30
- **Enhancements**: New features, performance improvements, major changes
31
- **Bug Fixes**: Bug fixes and corrections
32
- **Testing & Documentation**: Test additions, documentation updates
33
-4. Create draft release: `gh release create <version> --draft --title "<version>" --notes "<release-notes>"`
+4. Create draft release: `gh release create <version> --draft --title "<version>" --notes "<release-notes>" --target main`
34
5. Include full changelog link: `**Full Changelog**: https://github.com/Noggog/CSharpExt/compare/<last-tag>...<new-tag>`
35
36
### Benchmarking
0 commit comments