Commit 77cedbc
authored
🚀 [Feature]: Add padding to the prerelease number (#41)
## Description
This pull request includes a small change to the `Publish-PSModule`
function in the `scripts/helpers/Publish-PSModule.ps1` file. The change
ensures that the latest prerelease number is padded to three digits for
consistency.
*
[`scripts/helpers/Publish-PSModule.ps1`](diffhunk://#diff-780715ac24c6bbe21b54f3d268778136b79f21a62275bbd494dfa857b4ba40d9R278):
Added padding to the `latestPrereleaseNumber` to ensure it is three
digits long.
* Fixes #38
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent fdd10ea commit 77cedbc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
0 commit comments