Compare commits
No commits in common. "4295f48273a9893d7347021e4d71d6a33740840a" and "e22fb0ae0667088142bfe952e197ab60ae45e5c7" have entirely different histories.
4295f48273
...
e22fb0ae06
@ -3,13 +3,4 @@
|
|||||||
<!-- insertMark -->
|
<!-- insertMark -->
|
||||||
## `v0.0.2`
|
## `v0.0.2`
|
||||||
|
|
||||||
- (e22fb0a) Fixes external dependencies in updated module manifest files (#7)
|
|
||||||
- (6a314ee) add platyPS generated docs (#5)
|
|
||||||
- (10182c5) fix module tags
|
|
||||||
- (175e770) update meta files (#4)
|
|
||||||
- (1f86741) adds assets (#3)
|
|
||||||
- (c2b2dc8) prepare release (#2)
|
|
||||||
|
|
||||||
## pre `v0.0.2`
|
|
||||||
|
|
||||||
- 🧙 Initial migrated version
|
- 🧙 Initial migrated version
|
||||||
|
26
README.md
26
README.md
@ -37,26 +37,12 @@
|
|||||||
The DroneHelper PowerShell module adds several features for `Gitea -> Drone.IO` based build pipelines. It's designed
|
The DroneHelper PowerShell module adds several features for `Gitea -> Drone.IO` based build pipelines. It's designed
|
||||||
to perform all needed tasks for PowerShell Module development like:
|
to perform all needed tasks for PowerShell Module development like:
|
||||||
|
|
||||||
### Testing
|
- `FileLinter` -> Runs basic FileLinter tests with console and log file output
|
||||||
|
- `Linter` -> Runs PSScriptAnalyzer with embedded to custom profiles.
|
||||||
- `Invoke-FileLinter` -> Runs basic FileLinter tests with console and log file output
|
- `UnitTest` -> Runs Pester tests including code coverage report with console and log file output.
|
||||||
- `Invoke-Linter` -> Runs PSScriptAnalyzer with embedded to custom profiles.
|
- `BuildReport` -> Takes all generated reports and reports them back as Pull Request Comment for a simplified overview.
|
||||||
- `Invoke-UnitTest` -> Runs Pester tests including code coverage report with console and log file output.
|
- `StateReporter` -> Marks the current pipeline run / build as failed if the previous steps also raised errors.
|
||||||
|
- `DoksUpdater` -> Automatically updates the markdown based docs generated form your Comment Based Help blocks in your functions
|
||||||
### Build Pipeline
|
|
||||||
- `Send-PRComment` -> Takes all generated reports and reports them back as Pull Request Comment for a simplified overview.
|
|
||||||
- `Write-FailureStateFile`, `Invoke-Build` -> Marks the current pipeline run / build as failed if the previous steps also raised errors.
|
|
||||||
|
|
||||||
### Helper
|
|
||||||
|
|
||||||
- `New-Docs`, `Update-Docs` -> Automatically updates the markdown based docs generated form your Comment Based Help blocks in your functions
|
|
||||||
|
|
||||||
|
|
||||||
### Building & Publishing
|
|
||||||
|
|
||||||
- `Update-ModuleMeta` -> Updates the `ModuleVersion` + `Prerelease` properties wit the current git tag.
|
|
||||||
- `Merge-ModuleRoot` -> Takes all single file functions and merges them into a single `*.psm1` file.
|
|
||||||
- `New-BuildPackage` -> Creates a new build artifact for an alternate publishing target like a Gitea release.
|
|
||||||
|
|
||||||
To use these features, all you have to do, is follow the `.drone.yml` template:
|
To use these features, all you have to do, is follow the `.drone.yml` template:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user