File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "manifest_version" : " 0.2" ,
3- "version" : " 2.3.3 " ,
3+ "version" : " 2.3.4 " ,
44 "name" : " postman-mcp-server-full" ,
55 "display_name" : " Postman MCP Server (Full)" ,
66 "description" : " Connect your AI to your APIs on Postman." ,
Original file line number Diff line number Diff line change 11{
22 "manifest_version" : " 0.2" ,
3- "version" : " 2.3.3 " ,
3+ "version" : " 2.3.4 " ,
44 "name" : " postman-mcp-server-minimal" ,
55 "display_name" : " Postman MCP Server (Minimal)" ,
66 "description" : " Connect your AI to your APIs on Postman." ,
Original file line number Diff line number Diff line change 8383 console . log ( '📤 Committing and tagging...' ) ;
8484 execSync ( 'git add .' , { stdio : 'inherit' } ) ;
8585 execSync ( `git commit -m "chore: v${ newVersion } "` , { stdio : 'inherit' } ) ;
86- execSync ( `git tag v${ newVersion } ` , { stdio : 'inherit' } ) ;
86+ execSync ( `git tag -a v${ newVersion } -m "v ${ newVersion } " ` , { stdio : 'inherit' } ) ;
8787
8888 console . log ( `✅ Released version ${ newVersion } ` ) ;
8989 console . log ( `🚀 Push with: git push origin main --tags` ) ;
You can’t perform that action at this time.
0 commit comments