Skip to content

Commit 5b28c78

Browse files
Copilotasklar
andcommitted
Bump version to 0.0.33 and update agent to include version bumping instructions
Co-authored-by: asklar <22989529+asklar@users.noreply.github.com>
1 parent 1683c81 commit 5b28c78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/agents/midl-dev.agent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ npm run test:parser # Run parser tests
103103
- Open any `.idl` file to test language features
104104

105105
### 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
107108
- Publishing happens automatically via GitHub Actions on push to main
108109

109110
## Common Development Tasks
@@ -168,6 +169,7 @@ When working on this repository:
168169
6. **Document**: Update README or comments if making significant changes
169170
7. **Security**: Check for vulnerabilities, especially in dependencies
170171
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)
171173

172174
## Example Tasks
173175

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/midl3.png",
66
"author": "Microsoft Corporation",
77
"license": "MIT",
8-
"version": "0.0.32",
8+
"version": "0.0.33",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/asklar/midl-langserv"

0 commit comments

Comments
 (0)