Skip to content

Commit ed2ec94

Browse files
Update contributing readme
1 parent d45f1e7 commit ed2ec94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
- Otherwise, submit a pull request on Github with your changes. Whoever merges the pull request is responsible for publishing to PowerShell Gallery.
3636

3737

38-
## Deploying to PowerShell Gallery
38+
## GitHub Action Deploy
39+
On a push to Main, Deploy.yml will run. It will search through the git history and determine what modules have been changed. If a module has been changed (or added ( i.e. a new folder was created in the Modules folder)), the workflow will up the minor rev of the module by 1 in it's .psd1. Any module that has been changed will be published to PowerShell Gallery.
40+
41+
## Manually Deploying to PowerShell Gallery
3942

4043
### Steps to Deploy
4144
- Sign in to powershellgallery.com using the IntelliTect account, and then get the API key from the user profile page.

0 commit comments

Comments
 (0)