Skip to content

Commit

Permalink
Merge pull request #100 from theohbrothers/docs/release-add-documenta…
Browse files Browse the repository at this point in the history
…tion-on-using-vscode-build-tasks-for-invoke-release.ps1

Docs (release): Add documentation on using vscode build tasks for `Invoke-Release.ps1`
  • Loading branch information
joeltimothyoh authored May 26, 2024
2 parents 6efaf49 + 32d700a commit bdd22ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The project provides a set of [entrypoint scripts](src/scripts/ci) for generatin

The entrypoint script [`Invoke-Generate.ps1`](src/scripts/ci/Invoke-Generate.ps1) is used to generate release notes for any local git repository. To do so, simply define applicable [environment variables](#environment-variables) before executing the entrypoint script.

The project also includes [`.vscode/tasks.json`](.vscode/tasks.json) which allows execution of `Invoke-Generate.ps1` via [*Build Tasks*](https://code.visualstudio.com/docs/editor/tasks) in [VSCode](https://code.visualstudio.com/). Simply execute the relevant build task while entering custom or default values per variable prompt.
The project includes [`.vscode/tasks.json`](.vscode/tasks.json) which allows execution of `Invoke-Generate.ps1` via [*Build Tasks*](https://code.visualstudio.com/docs/editor/tasks) in [VSCode](https://code.visualstudio.com/). Simply execute the relevant build task while entering custom or default values per variable prompt.

##### Variants

Expand All @@ -107,6 +107,8 @@ git tag v1.0.12-beta.1

The entrypoint script [`Invoke-Release.ps1`](src/scripts/ci/Invoke-Release.ps1) can be used to create releases for GitHub repositories. To do so, simply define applicable [environment variables](#environment-variables) before executing the entrypoint script.

The project includes [`.vscode/tasks.json`](.vscode/tasks.json) which allows execution of `Invoke-Release.ps1` via [*Build Tasks*](https://code.visualstudio.com/docs/editor/tasks) in [VSCode](https://code.visualstudio.com/). Simply execute the relevant build task while entering custom or default values per variable prompt.

### Continuous Integration (CI)

#### via Entrypoint script(s)
Expand Down

0 comments on commit bdd22ec

Please sign in to comment.