Skip to content

Commit fc629bb

Browse files
Bump PSModule/Auto-Release from 1.9.5 to 2.0.2 (#27)
Bumps [PSModule/Auto-Release](https://github.com/psmodule/auto-release) from 1.9.5 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psmodule/auto-release/releases">PSModule/Auto-Release's releases</a>.</em></p> <blockquote> <h2>v2.0.2</h2> <h1>🩹 [Patch]: Standardize project structure and update dependencies (<a href="https://redirect.github.com/psmodule/auto-release/issues/92">#92</a>)</h1> <p>Standardizes the repository structure by renaming the scripts folder to src, simplifies the Release workflow naming, and updates dependencies.</p> <h2>Changes</h2> <h3>Renamed scripts folder to src</h3> <ul> <li>Moved <code>scripts/main.ps1</code> to <code>src/main.ps1</code> for consistency with other PSModule actions</li> <li>Updated the path reference in <code>action.yml</code> to use the new location</li> </ul> <h3>Simplified Release workflow</h3> <ul> <li>Renamed <code>Release-GHRepository.yml</code> to <code>Release.yml</code></li> <li>Updated workflow name from <code>Release-GHRepository</code> to <code>Release</code> for simplicity</li> <li>Updated run-name and job names accordingly</li> <li>Added path filters to only trigger on changes to <code>action.yml</code> and <code>src/**</code></li> </ul> <h3>Updated dependencies</h3> <ul> <li>Bumped <code>PSModule/GitHub-Script</code> from <code>v1.7.9</code> to <code>v1.7.10</code></li> </ul> <h3>Linter configuration cleanup</h3> <ul> <li>Removed unused <code>.jscpd.json</code> configuration file</li> <li>Disabled JSCPD validation in Linter workflow as it's not needed for this repository</li> </ul> <h2>v2.0.1</h2> <h1>🩹 [Patch]: Fix typos in README.md (<a href="https://redirect.github.com/psmodule/auto-release/issues/91">#91</a>)</h1> <p>This PR fixes several typos in the README.md documentation file to improve clarity and professionalism.</p> <h3>Fixed</h3> <ul> <li>Corrected grammar: &quot;prereleases that <strong>was</strong> created&quot; → &quot;prereleases that <strong>were</strong> created&quot;</li> <li>Fixed possessive form: &quot;actions configuration&quot; → &quot;action's configuration&quot;</li> <li>Fixed spelling: &quot;change&quot; → &quot;changed&quot; for proper verb tense</li> <li>Corrected typo: &quot;in <strong>you</strong> repository&quot; → &quot;in <strong>your</strong> repository&quot;</li> </ul> <h2>v2.0.0</h2> <h1>🌟[Major]: Rename action from <code>Auto-Release</code> to <code>Release-GHRepository</code> (<a href="https://redirect.github.com/psmodule/auto-release/issues/90">#90</a>)</h1> <p>Updates all references from the previous repository name <code>Auto-Release</code> to the new name <code>Release-GHRepository</code> following the repository rename.</p> <ul> <li>Fixes <a href="https://redirect.github.com/psmodule/auto-release/issues/89">#89</a></li> </ul> <h2>Changes</h2> <h3>Configuration</h3> <ul> <li><strong>action.yml</strong>: Updated action name from <code>Auto Release (by PSModule)</code> to <code>Release GHRepository (by PSModule)</code> and updated internal step names</li> </ul> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PSModule/Release-GHRepository/commit/5a5165d66f485d1aad217ef34a190178b214fdcb"><code>5a5165d</code></a> 🩹 [Patch]: Standardize project structure and update dependencies (<a href="https://redirect.github.com/psmodule/auto-release/issues/92">#92</a>)</li> <li><a href="https://github.com/PSModule/Release-GHRepository/commit/88c70461c8f16cc09682005bcf3b7fca4dd8dc1a"><code>88c7046</code></a> 🩹 [Patch]: Fix typos in README.md (<a href="https://redirect.github.com/psmodule/auto-release/issues/91">#91</a>)</li> <li><a href="https://github.com/PSModule/Release-GHRepository/commit/0d11e5f165846c8a5efde164b4b1cb6f71f93392"><code>0d11e5f</code></a> 🌟[Major]: Rename action from <code>Auto-Release</code> to <code>Release-GHRepository</code> (<a href="https://redirect.github.com/psmodule/auto-release/issues/90">#90</a>)</li> <li><a href="https://github.com/PSModule/Release-GHRepository/commit/5f5f02307e5d4e72cc3c8d3db7fe5678af467661"><code>5f5f023</code></a> 🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown (<a href="https://redirect.github.com/psmodule/auto-release/issues/88">#88</a>)</li> <li>See full diff in <a href="https://github.com/psmodule/auto-release/compare/eabd533035e2cb9822160f26f2eda584bd012356...5a5165d66f485d1aad217ef34a190178b214fdcb">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PSModule/Auto-Release&package-manager=github_actions&previous-version=1.9.5&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius Storhaug <marstor@hotmail.com>
1 parent d0f7dce commit fc629bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Auto-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Auto-Release
34-
uses: PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 # v1.9.5
34+
uses: PSModule/Auto-Release@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2

0 commit comments

Comments
 (0)