Skip to content

Releases: PSModule/Initialize-PSModule

v1.0.29

26 Jan 23:18
26f5302

Choose a tag to compare

🩹[Patch]: Workflow improvements (#39)

This release makes several updates to the GitHub Actions configuration, focusing on improving workflow reliability, release management, and linter settings. It also removes obsolete configuration files and fixes minor documentation errors. The most important changes are grouped below:

Release and Workflow Improvements:

  • Added a new Release.yml workflow that triggers on relevant pull request events and uses the PSModule/Release-GHRepository action for managing releases, replacing the previous Auto-Release.yml workflow, which has been removed. This change also introduces path-based filtering to only trigger releases for changes to action.yml and src/**.
  • Updated the Action-Test.yml and Linter.yml workflows to use pinned versions of actions (by commit SHA) for improved security and reliability, and set persist-credentials: false during checkout.
  • Updated the linter step to use a specific version of super-linter and disabled certain validations for performance and relevance.

Dependency and Automation Configuration:

  • Changed the Dependabot update schedule from weekly to daily and introduced a cooldown period to reduce noise from frequent updates.

Code and Documentation Clean-up:

  • Removed the .jscpd.json linter configuration file and the .github/release.yml release notes configuration, streamlining configuration management.
  • Fixed typos and improved naming consistency in README.md.
  • Updated references in action.yml to use pinned action versions and corrected the script path from scripts/main.ps1 to src/main.ps1.

v1.0.28

26 Nov 10:19
0629f92

Choose a tag to compare

Bump actions/checkout from 5 to 6 (#38)

Bumps actions/checkout from 5 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

[Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-d...

Read more

v1.0.27

05 Oct 10:24
1cf7fcd

Choose a tag to compare

🩹 [Patch]: Update Dependabot configuration to include labels for GitHub Actions (#37)

Description

This pull request makes a small configuration improvement to the Dependabot settings. Dependabot will now automatically apply the dependencies and github-actions labels to its pull requests for GitHub Actions updates.

  • Added dependencies and github-actions labels to Dependabot PRs for GitHub Actions updates in .github/dependabot.yml.

v1.0.26

25 Aug 21:03
9c89238

Choose a tag to compare

Bump actions/checkout from 4 to 5 (#36)

Bumps actions/checkout from 4 to 5.

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

  • Update NPM dependencie...
Read more

v1.0.25

07 Mar 21:39
e171163

Choose a tag to compare

What's Changed

Other Changes

  • 🩹 [Patch]: Remove GITHUB_TOKEN environment variable from Auto-Release by @MariusStorhaug in #35

Full Changelog: v1...v1.0.25

v1.0.24

07 Mar 21:08
38c1a5b

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.0.24

v1.0.23

02 Mar 09:31
aee74ed

Choose a tag to compare

What's Changed

Other Changes

  • 🩹 [Patch]: Refactor output handling in main.ps1 for improved readability by @MariusStorhaug in #33

Full Changelog: v1...v1.0.23

v1.0.22

01 Mar 10:12
63e7978

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.0.22

v1.0.21

28 Feb 20:12
41e8d81

Choose a tag to compare

What's Changed

Other Changes

  • 🩹 [Patch]: Add WorkingDirectory input to action configuration and README by @MariusStorhaug in #31

Full Changelog: v1...v1.0.21

v1.0.20

20 Feb 00:10
1d72e9a

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1...v1.0.20