-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prerelease' into testing
- Loading branch information
Showing
51 changed files
with
947 additions
and
941 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Codeowners approval is required to modify some of the files | ||
/.github/ @ShaunLawrie | ||
/PwshSpectreConsole/Build.ps1 @ShaunLawrie | ||
/ShaunLawrie/PwshSpectreConsole/PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1 @ShaunLawrie |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
name: Publish to PSGallery | ||
env: | ||
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }} | ||
on: | ||
push: | ||
branches: | ||
|
@@ -13,6 +11,9 @@ permissions: | |
jobs: | ||
publish-to-psgallery: | ||
name: Publish | ||
environment: prod | ||
env: | ||
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }} | ||
runs-on: ubuntu-latest | ||
if: github.ref == 'refs/heads/main' && github.repository_owner == 'ShaunLawrie' | ||
steps: | ||
|
@@ -58,6 +59,9 @@ jobs: | |
|
||
publish-prerelease-to-psgallery: | ||
name: Publish Prerelease | ||
environment: prod | ||
env: | ||
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }} | ||
runs-on: ubuntu-latest | ||
if: github.ref == 'refs/heads/prerelease' && github.repository_owner == 'ShaunLawrie' | ||
steps: | ||
|
@@ -113,7 +117,7 @@ jobs: | |
} else { | ||
Write-Host "Bumping version from $version to $newVersion" | ||
Update-ModuleManifest -Path .\PwshSpectreConsole\PwshSpectreConsole.psd1 -ModuleVersion $newVersion | ||
git config --global user.name 'Shaun Lawrie (via GitHub Actions)' | ||
git config --global user.name 'PwshSpectreConsole (via GitHub Actions)' | ||
git config --global user.email '[email protected]' | ||
git add PwshSpectreConsole/PwshSpectreConsole.psd1 | ||
git commit -m "[skip ci] Bump version to $newVersion" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 44 additions & 45 deletions
89
PwshSpectreConsole.Docs/src/assets/examples/addspectrejobExample1.cast
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
PwshSpectreConsole.Docs/src/assets/examples/formatspectretableExample2.cast
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.