Commit 7fcb622
committed
feat: Add GitHub Actions workflow for automated release process
- Created a new GitHub Actions workflow (`Release.yml`) to automate the release process on pull request events.
- Configured permissions for creating releases and commenting on pull requests.
feat: Implement Helpers module with versioning
- Added `Helpers.psd1` and `Helpers.psm1` files to define the Helpers module with version `999.0.0`.
- Implemented various utility functions for module management and dependency resolution.
test: Add PSScriptAnalyzer configuration for Helpers module
- Created `PSScriptAnalyzer.Tests.psd1` to define rules for code quality checks on the Helpers module.
chore: Implement main script for module importation
- Added `main.ps1` script to handle the importation of the Helpers module into the PowerShell session.
- Ensured cleanup of previous module instances before importing the new version.1 parent a4bf8bb commit 7fcb622
File tree
6 files changed
+11
-6
lines changed- .github/workflows
- src
- Helpers
6 files changed
+11
-6
lines changedLines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | | - | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments