Press

0.3.0-beta0025

A Continuous Deployment Environment for building Powershell Modules and Scripts

Minimum PowerShell version

2.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-beta0025 -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-beta0025 -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-beta0025] - 2021-05-26
### New Features
- ✨ 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
- 🩹 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 427 8/21/2021
0.3.1-beta0001 13 8/21/2021
0.3.0-beta0033 66 6/9/2021
0.3.0-beta0032 11 6/8/2021
0.3.0-beta0031 11 6/8/2021
0.3.0-beta0030 122 6/8/2021
0.3.0-beta0029 11 6/8/2021
0.3.0-beta0028 11 6/8/2021
0.3.0-beta0027 18 5/28/2021
0.3.0-beta0026 11 5/27/2021
0.3.0-beta0025 (current version) 19 5/26/2021
0.3.0-beta0024 11 5/26/2021
0.3.0-beta0023 11 5/26/2021
0.3.0-beta0022 11 5/26/2021
0.3.0-beta0021 11 5/25/2021
0.3.0-beta0020 12 5/21/2021
0.3.0-beta0019 11 5/21/2021
0.3.0-beta0018 12 5/19/2021
0.2.4-beta0013 15 5/12/2021
0.2.4-beta0012 13 5/12/2021
0.2.4-beta0011 13 5/12/2021
0.2.4-beta0010 13 5/3/2021
0.2.4-beta0009 61 4/14/2021
0.2.4-beta0008 13 4/14/2021
0.2.4-beta0007 12 4/14/2021
0.2.4-beta0006 43 4/14/2021
0.2.4-beta0005 13 4/14/2021
0.2.4-beta0004 15 4/14/2021
0.2.4-beta0003 14 4/13/2021
0.2.4-beta0002 12 4/13/2021
0.2.4-beta0001 12 4/13/2021
0.2.3 56 4/13/2021
0.2.3-beta0001 11 4/13/2021
0.2.2 15 4/13/2021
0.2.2-beta0001 11 4/13/2021
Show less