AtlassianPS.Standards

0.1.6

Shared analyzer settings and standards utilities for AtlassianPS modules.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AtlassianPS.Standards -RequiredVersion 0.1.6

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AtlassianPS.Standards -Version 0.1.6

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2026 AtlassianPS. All rights reserved.

Package Details

Author(s)

  • AtlassianPS

Tags

AtlassianPS PSScriptAnalyzer Standards

Functions

Copy-ModuleArtifacts Initialize-BuildEnvironment Install-DependencyRequirement Invoke-Lint Invoke-ModuleTests Join-ModuleSource New-ModulePackage Publish-ModuleRelease Set-ModuleManifestVersion Sync-ScriptAnalyzerSettings Update-DependencyReference Update-ModuleManifestExports Write-BuildInfo

Dependencies

Release Notes

- Added shared dependency setup/update flow (`Install-DependencyRequirement`, `Update-DependencyReference`) and wired `Tools/setup.ps1` / `Tools/update.dependencies.ps1` to shared command delegation.
- Made dependency lookup failures fail fast by default in `Update-DependencyReference`, with explicit `-AllowLookupFailure` opt-out for manual non-blocking runs.
- Added script-level entrypoint tests for setup and dependency update tooling and deduplicated tool-entrypoint test harness bootstrap via shared test helper extraction.
- Added comment-based help coverage for exported dependency commands.
- Aligned source manifest `ModuleVersion` to the repository major/minor convention (`x.y`) to avoid implying manual patch bumps in source.
- Improved README guidance for dependency setup/update behavior and release process expectations.
- Automated release metadata generation by deriving PSGallery `ReleaseNotes` from the matching `CHANGELOG.md` version section during publish, and failing publish when that section is missing or empty.

FileList

Version History

Version Downloads Last updated
0.1.9 0 5/26/2026
0.1.8 0 5/26/2026
0.1.7 0 5/26/2026
0.1.6 (current version) 0 5/19/2026
0.1.2 0 5/18/2026
0.1.1 4 5/13/2026
Show more