forked from StartAutomating/GitPub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitPub.psd1
More file actions
28 lines (25 loc) · 821 Bytes
/
GitPub.psd1
File metadata and controls
28 lines (25 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@{
ModuleVersion = '0.1.5'
RootModule = 'GitPub.psm1'
TypesToProcess = 'GitPub.types.ps1xml'
FormatsToProcess = 'GitPub.format.ps1xml'
Description = 'GitPub: Easily Automate Publishing from GitHub'
Guid = 'e6c8682e-ba31-49c0-bf6d-e211c70b2f00'
Author='James Brundage'
CompanyName='Start-Automating'
Copyright='2022 Start-Automating'
PrivateData = @{
PSData = @{
ProjectURI = 'https://github.com/StartAutomating/GitPub'
LicenseURI = 'https://github.com/StartAutomating/GitPub/blob/main/LICENSE'
ReleaseNotes = @'
## GitPub 0.1.5:
* Publish-GitPubJekyll:
* Adding RSS Feed (Fixes #57)
* Fixing Summaries (Fixes #56)
---
More history available in the [changelog](https://gitpub.start-automating.com/CHANGELOG/)
'@
}
}
}