You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/agents/midl-dev.agent.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,8 @@ npm run test:parser # Run parser tests
103
103
- Open any `.idl` file to test language features
104
104
105
105
### Publishing
106
-
- Update version: `npm version patch`
106
+
-**Always bump the package version** in `package.json` when making changes that will be published
107
+
- Use semantic versioning: patch (0.0.X) for bug fixes, minor (0.X.0) for features, major (X.0.0) for breaking changes
107
108
- Publishing happens automatically via GitHub Actions on push to main
108
109
109
110
## Common Development Tasks
@@ -168,6 +169,7 @@ When working on this repository:
168
169
6.**Document**: Update README or comments if making significant changes
169
170
7.**Security**: Check for vulnerabilities, especially in dependencies
170
171
8.**Validate**: Test language features in a real VSCode instance when possible
172
+
9.**Version Bumping**: Always bump the package version in `package.json` for any PR that will be merged (use patch version for bug fixes, minor for features)
0 commit comments