Skip to content
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

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Release 0.1.0 #128

merged 4 commits into from
Oct 31, 2024

Conversation

abeatrix
Copy link
Collaborator

@abeatrix abeatrix commented Oct 30, 2024

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

  • update the extension version number as commented below
  • 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 and click on the pencil icon to upload the vsix package you downloaded from the GitHub Release page:
image 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): image

- 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.
src/build.cake Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@abeatrix
Copy link
Collaborator Author

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?

Copy link

github-actions bot commented Oct 30, 2024

Test Results

13 tests  +3   13 ✅ +3   9m 12s ⏱️ + 1m 44s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 7d88ded. ± Comparison against base commit 860b7f4.

♻️ This comment has been updated with latest results.

@@ -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";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@abeatrix abeatrix marked this pull request as ready for review October 31, 2024 09:51
kalanchan and others added 2 commits October 31, 2024 06:32
Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
@kalanchan kalanchan changed the title Release 0.1.0 Release 0.4.0 Oct 31, 2024
Copy link
Contributor

@kalanchan kalanchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, gogo!

@kalanchan kalanchan merged commit 36dcfdf into main Oct 31, 2024
3 checks passed
@kalanchan kalanchan deleted the experimental branch October 31, 2024 13:51
@kalanchan kalanchan changed the title Release 0.4.0 Release 0.1.0 Oct 31, 2024
@kalanchan kalanchan mentioned this pull request Oct 31, 2024
abeatrix pushed a commit that referenced this pull request Oct 31, 2024
I overlooked the previous
[PR](#128), the version
number should be v0.1.0

once this gets merged I can re-tag
tomaszgolebiowski pushed a commit that referenced this pull request Dec 11, 2024
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>
tomaszgolebiowski pushed a commit that referenced this pull request Dec 11, 2024
I overlooked the previous
[PR](#128), the version
number should be v0.1.0

once this gets merged I can re-tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants