-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.1.0 #128
Release 0.1.0 #128
Conversation
- Update extension version to 0.1.0 - Update README.md to reflect the extension is now experimental - Update documentation to reflect the extension is experimental - Update release workflow to use the correct name - Update the Cody stable release tag to the latest stable version The extension is now in experimental mode.
I'm hopping on a flight so. @kalanchan can you take over the PR and update the version number for Visual Studio and commit tag/hash that we should build the extension off of from the cody main repo? |
@@ -46,7 +46,7 @@ var nodeBinaryUrl = "https://github.com/sourcegraph/node-binaries/raw/main/v20.1 | |||
var nodeArmBinaryUrl = "https://github.com/sourcegraph/node-binaries/raw/main/v20.12.2/node-win-arm64.exe"; | |||
|
|||
// The latest tag of the stable release from the cody repository https://github.com/sourcegraph/cody/tags | |||
var codyStableReleaseTag = "vscode-v1.38.1"; | |||
var codyStableReleaseTag = "vscode-v1.40.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
var codyStableReleaseTag = "vscode-v1.40.0"; | |
var codyStableReleaseTag = "vscode-v1.40.0"; |
Update this value to the commit hash or version tag used in the cody main repo if needed
Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, gogo!
I overlooked the previous [PR](#128), the version number should be v0.1.0 once this gets merged I can re-tag
The extension is now in experimental mode. This PR includes the following changes: - Update extension version to 0.1.0 - Update README.md to reflect the extension is now experimental - Update documentation to reflect the extension is experimental - Update release workflow to use the correct name - Update the Cody stable release tag to the next stable version `vscode-v1.40.0` Do not ## TODO for @kalanchan - [x] update the extension version number as commented below - [x] update cody main repo commit as commented below - [ ] Start the release process once `vscode-v1.40.0` is released, following the Release.md docs - [ ] once the package has been released to the GitHub Release page, download the vsix file from the Release page and upload it to the marketplace (see instruction below) - [ ] Make the extension public To upload the vsix package to the Marketplace: 1. Sign in with an admin account ( ask the visual studio team or security team to add you to the sourcegraph org) 2. Go to the [cody-vs manage page](https://marketplace.visualstudio.com/manage/publishers/sourcegraph/extensions/cody-vs/edit) and click on the pencil icon to upload the vsix package you downloaded from the GitHub Release page: <img width="1136" alt="image" src="https://github.com/user-attachments/assets/0c45298e-e453-4289-aa8a-984f415466b1"> 3. Update the Overview field with the updated README.md to remove mentions of "Preview" 4. Submit the changes 5. To change it from preview to public, click on the Make Public button in the [extensions manage page](https://marketplace.visualstudio.com/manage/publishers/sourcegraph?src=sourcegraph.cody-vs): <img width="957" alt="image" src="https://github.com/user-attachments/assets/9c38e2f5-66b1-41b9-8084-6a51bf08c7c4"> --------- Co-authored-by: Kalan <51868853+kalanchan@users.noreply.github.com>
I overlooked the previous [PR](#128), the version number should be v0.1.0 once this gets merged I can re-tag
The extension is now in experimental mode.
This PR includes the following changes:
vscode-v1.40.0
Do not
TODO for @kalanchan
vscode-v1.40.0
is released, following the Release.md docsTo upload the vsix package to the Marketplace: