File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -240,9 +240,21 @@ Please provide as much detail and context as possible.
240240
241241## Release
242242
243- 1. If updating FSAC
244- 1. run `dotnet paket update --group fsac`
245- 2. Commit the `paket.lock`
243+ 1. Dependencies
244+ 1. If updating FSAC
245+ 1. run `dotnet paket update --group fsac`
246+ 2. Commit the `paket.lock`
247+ 2. If updating ionide-grammar
248+ 1. `open paket.lock`
249+ 2. find the line `remote: https://github.com/ionide/ionide-fsgrammar.git`
250+ 3. update the hash to the latest commit on the main branch
251+ 4. Commit the `paket.lock`
252+ 3. if updating ionide-vscode-helpers
253+ 1. open `paket.dependencies`
254+ 2. find the lines for `github ionide/ionide-vscode-helpers`
255+ 3. Update the hash for all the files
256+ 4. run `dotnet paket install`
257+ 5. Commit the `paket.dependencies` and `paket.lock`
2462582. Add version and notes to `RELEASE_NOTES.md`
247259 1. If possible link the pull request of the changes and mention the author of the pull request
248260 2. If updating FSAC mention the version of FSAC that is being updated to and link it' s release notes
You can’t perform that action at this time.
0 commit comments