PowerShell/tools
xtqqczze e2f838e3c5
Update changelog generation script (#11736)
# PR Summary

* Fix regression from #11652
* Fix [MD022](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md032---lists-should-be-surrounded-by-blank-lines) / [MD032](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md032---lists-should-be-surrounded-by-blank-lines) rule violations
* Modify `Get-ChangeLog` to generate the changelog according to the format from #11652.

## PR Context

Follow-up to #11652

## PR Checklist

- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
    - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
    - [x] None
    - **OR**
    - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
        - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
    - [x] Not Applicable
    - **OR**
    - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
    - [x] N/A or can only be tested interactively
    - **OR**
    - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
- **Tooling**
    - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
    - **OR**
    - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
        - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
        - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
        - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
        - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-02-05 23:49:34 +00:00
..
credScan Update to CredScan v2 (#11765) 2020-02-04 13:21:06 -08:00
failingTests Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
packaging Change packaging to produce LTS packages (#11772) 2020-02-04 16:21:59 -08:00
performance Clean up the use of 'SetProfileRoot' and 'StartProfile' in ConsoleHost (#9931) 2019-06-19 11:34:47 +05:00
releaseBuild Change packaging to produce LTS packages (#11772) 2020-02-04 16:21:59 -08:00
ResxGen Generate logging resources for Unix platforms 2018-07-06 13:28:20 -07:00
terms Remove exclusion for hang and add context exception for remaining instances (#5595) 2017-12-01 17:34:30 -08:00
windows Update use of "PowerShell Core" to just "PowerShell" (#9513) 2019-05-10 15:34:27 -07:00
Xml Make install scripts more consistent over different operating systems (#9071) 2019-03-08 13:00:04 -08:00
.gitignore Allow packaging from a zip package to allow for signing (#5418) 2017-11-13 10:10:51 -08:00
ci.psm1 Set StrictMode version 3.0 (#11563) 2020-02-03 09:44:10 -08:00
debug.sh Update install/build scripts and dockerfiles (#5222) 2017-10-25 08:25:35 -07:00
download.sh Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) 2017-11-09 22:58:53 -08:00
generate-icns.sh Add script to create icns files. (#7456) 2019-01-02 12:11:47 -08:00
install-powershell-readme.md Add basic examples for install-powershell.ps1 (#10914) 2019-10-30 12:31:49 -07:00
install-powershell.ps1 Set StrictMode version 3.0 (#11563) 2020-02-03 09:44:10 -08:00
install-powershell.sh Switch from /etc/lsb-release to /etc/os-release (#10773) 2019-10-12 12:31:23 +00:00
installpsh-amazonlinux.sh Fix amazonlinux install script (#9967) 2019-06-21 13:36:11 -07:00
installpsh-debian.sh Update Debian Install Script To Support Debian 10 (#11540) 2020-01-12 15:00:42 -08:00
installpsh-osx.sh Remove unneeded tap in installpsh-osx.sh (#10752) 2019-10-09 14:50:43 -07:00
installpsh-redhat.sh Fix amazonlinux install script (#9967) 2019-06-21 13:36:11 -07:00
installpsh-suse.sh Fix amazonlinux install script (#9967) 2019-06-21 13:36:11 -07:00
metadata.json Update README.md and metadata.json for next release (#11664) 2020-01-27 16:01:22 -08:00
releaseTools.psm1 Update changelog generation script (#11736) 2020-02-05 23:49:34 +00:00
Sign-Package.ps1 Correct case of $PWD special variable 2020-01-13 19:24:10 +00:00
WindowsCI.psm1 Correct case of $PSCmdlet special variable 2020-01-13 19:19:12 +00:00