Skip to content

Commit 3da003d

Browse files
authored
Fix snap instructions (#8337)
2 parents bbbb57b + 06e169b commit 3da003d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,15 @@ To update the version of the roslyn server used by the extension do the followin
172172
## Snapping for releases
173173
Extension releases on the marketplace are done from the prerelease and release branches (corresponding to the prerelease or release version of the extension). Code flows from main -> prerelease -> release. Every week we snap main -> prerelease. Monthly, we snap prerelease -> release.
174174

175+
### Snap main -> prerelease
175176
The snap is done via the "Branch snap" github action. To run the snap from main -> prerelease, run the action via "Run workflow" and choose main as the base branch.
176177
![branch snap action](./docs/main_snap.png)
177178

178179
This will generate two PRs that must be merged. One merging the main branch into prerelease, and the other bumps the version in main.
179180
![generated prs](./docs/generated_prs.png)
180181

181-
To snap from prerelease to main, run the same action but use **prerelease** as the workflow branch. This will generate a single PR merging from prerelease to release.
182+
### Snap prerelease -> release
183+
To snap from prerelease to release, run the same action but use **prerelease** as the workflow branch. This will generate a single PR merging from prerelease to release.
182184

183185
### Marketplace release
184186
The marketplace release is managed by an internal AzDo pipeline. On the pipeline page, hit run pipeline. This will bring up the pipeline parameters to fill out:

0 commit comments

Comments
 (0)