devblackops / NetScaler

PowerShell module for interacting with Citrix NetScaler via the Nitro API
Apache License 2.0
69 stars 32 forks source link

Do not extract unreleased versions from CHANGELOG.md #42

Closed dbroeglin closed 7 years ago

dbroeglin commented 7 years ago

Corrects issue #41 (test fails on unreleased version number in CHANGELO.md)

Description

Made the regex that extracts version numbers from the CHANGELOG more restrictive:

## 1.2.3 (2016-01-01)

is considered a release

## 1.2.3 (Unreleased)

is not.

Related Issue

41

Motivation and Context

The unit tests will work again.

How Has This Been Tested?

Tests work on my local copy. Appveyor should go back to green.

Types of changes

devblackops commented 7 years ago

Thanks for fixing this!