Press

0.3.0-beta0028

A Continuous Deployment Environment for building Powershell Modules and Scripts

Minimum PowerShell version

7.0.0

This is a prerelease version of Press.
There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

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

Install-Module -Name Press -RequiredVersion 0.3.0-beta0028 -AllowPrerelease

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

Install-PSResource -Name Press -Version 0.3.0-beta0028 -Prerelease

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

Copyright 2021 Justin Grote, All Rights Reserved. Released under the MIT license

Package Details

Author(s)

  • Justin Grote

Functions

Build-ReleaseNotes Compress-Module Copy-ModuleFiles Get-PublicFunctions Get-Setting Get-Version Invoke-Clean New-NugetPackage Restore-NugetPackages Set-Version Test-Pester Update-GithubRelease Update-PublicFunctions

Dependencies

This module has no dependencies.

Release Notes

## [0.3.0-beta0028] - 2021-06-08
### New Features
- ✨ Pester Test Tasks Now Isolated to Jobs (#18)  
   Enables Pester Tests to be run in an isolated job, useful for avoiding local context dependencies like profiles, and allows for repeated testing of custom c# assemblies and powershell classes without having to restart the main powershell process.
- ✨ Add -Full option for Build-ReleaseNotes  
   This parameter generates the entire changelog for the whole project, not just since the last release tag (0ad7852)
- ✨ Restore-NugetPackages  
   Allows you to specify a set of nuget packages via hashtable and have the DLLs copied to the module (24c0da9)
- ✨ PowerConfig Configuration Engine (#14)  
   Press can now be configured by using environment variables and a .config/Press.yml file. See the "Configuring Press" section in the readme for more detail.
- ✨ Add commits and author credit to Release Notes (#15)  
   Release notes now will include direct commit links to directly committed changes  
   "Thanks" credits will be added for the primary author of a pull request if it is not the same person who committed the PR.

### Minor Updates and Bug Fixes
- 📦 Stub out Invoke-Build bootstrap (db993c1)
- 📝 Add Press Logo and intro blurb (8f61aae)
- 🩹 Remove-BuildItem suppressRule incorrect constructor (591b51b)
- ♻️ Move Output Encoding into Build-ReleaseNotes (71544df)
- 🧪 Fix Build-ReleaseNotes Test Output Encoding  
   The test would fail if run in a "normal" Powershell console due to the encoding from the native git command not being processed correctly (f2455cd)
- ♻️ Script Analyzer Rules Update and Code Fixes (#16)  
   Enabled additional script analyzer rules and performed appropriate fixes (mostly trailing whitespace)
- ➖ Drop support for deprecated ubuntu-16.04 (82dd229)
- 🔥 Dockerfile (moved to separate repo) (1e44253)
- 🩹 Suppress Progress Output in Actions (964ec67)
- 🧪 Add Act testing config (940aa2a)
- 🐛 Build fails if Using Namespace statement exists (796f097)
- 🐛 Requirements file path changed but not updated in Github Actions (956415c)
- 👷 Generalize the deployment process (7c03b09)
- 🐛 Version would fail with empty input if no giversion specified (63c63cd)
- 🐛 .config does not get published (b6014ab)
- 📦 Make PowerCD Specific File Copies their own tasks (1c3832a)
- 🐛 Press RequiredModules not present in manifest (3e744f2)
- 🐛 RequiredModules.psd1 in consuming repository not detected (#10)
- 📝 Added some general information about how the Press workflow operates (736564f)

FileList

Version History

Version Downloads Last updated
0.3.1 257 8/21/2021
0.3.1-beta0001 11 8/21/2021
0.3.0-beta0033 64 6/9/2021
0.3.0-beta0032 9 6/8/2021
0.3.0-beta0031 9 6/8/2021
0.3.0-beta0030 120 6/8/2021
0.3.0-beta0029 9 6/8/2021
0.3.0-beta0028 (current version) 9 6/8/2021
0.3.0-beta0027 16 5/28/2021
0.3.0-beta0026 9 5/27/2021
0.3.0-beta0025 17 5/26/2021
0.3.0-beta0024 9 5/26/2021
0.3.0-beta0023 9 5/26/2021
0.3.0-beta0022 9 5/26/2021
0.3.0-beta0021 9 5/25/2021
0.3.0-beta0020 10 5/21/2021
0.3.0-beta0019 9 5/21/2021
0.3.0-beta0018 10 5/19/2021
0.2.4-beta0013 13 5/12/2021
0.2.4-beta0012 11 5/12/2021
0.2.4-beta0011 11 5/12/2021
0.2.4-beta0010 11 5/3/2021
0.2.4-beta0009 59 4/14/2021
0.2.4-beta0008 11 4/14/2021
0.2.4-beta0007 10 4/14/2021
0.2.4-beta0006 41 4/14/2021
0.2.4-beta0005 11 4/14/2021
0.2.4-beta0004 13 4/14/2021
0.2.4-beta0003 12 4/13/2021
0.2.4-beta0002 10 4/13/2021
0.2.4-beta0001 10 4/13/2021
0.2.3 54 4/13/2021
0.2.3-beta0001 9 4/13/2021
0.2.2 13 4/13/2021
0.2.2-beta0001 9 4/13/2021
Show less