Releases: NuKeeperDotNet/NuKeeper
NuKeeper 0.20.1 released
Add support for Gitea, add a AzureDevops commit worder and add the targetbranch feature for Github.
Changes:
- bc357aa Platform specific commit wording. (#665)
- 6a6e63c Gitea Integration (#711)
- d3be59a --targetBranch support for GitHub (#730)
- 05eedae Update repository.md (#733)
- 39680c7 Update repository.md (#732)
- cc4279b Add bitbucket explanation (#724)
- 50b2fa7 Update _index.md (#726)
- 9e8b932 Make links more obvious (#723)
- 81e9d02 add google analytics (#722)
- c8210c8 Add contributors and footer (#721)
See more
- 0cea1cc Text for azure devops (#720)
- 484c066 Add homepage and add gitea to platforms (#719)
- 7d3f9f1 Add nukeeper theme (#718)
- bdbad7d Update logo.html (#717)
- 1ef954c Update config.toml (#716)
- d5e81e0 Update logo.html (#715)
- 6044a87 Update config.toml (#714)
- c433067 Update config.toml (#713)
- 319c3cc Add nukeeper website structure (#712)
- f368f4b Update README.md (#708)
- 6669ec1 Add code coverage badge (#707)
- d10b04e Setup code coverage (#703)
This list of changes was auto generated.
NuKeeper 0.20.0 released
Add support for Gitea, add a AzureDevops commitworder so that we have nice PR messages. Also in this release is the option to configure a targetbranch for the Github repo command.
Changes:
This list of changes was auto generated.
NuKeeper 0.19.2 released
Critical bugfix and support for Gitlab. Also two docker files, one for sdk-2.1
and sdk-2.2
Changes:
- 8f33869 Don't fail on remote git repositories (#701)
- 7d7394c GitLab support (#696)
- 611a4c1 Just use replace and no contains and a if (#699)
- 837a118 Add environment abstraction to make related unit tests side effect free (#698)
- 0e02b5b Simplifies the targetbranch implementation and also fixes a bug in wh… (#697)
- 216e053 Update README.md (#695)
- 776a3a2 📦 Automatic update of McMaster.Extensions.CommandLineUtils to 2.3.3 (#693)
- 816f2a4 Make DirectoryExclusions an instance with interface (#691)
- e719045 Rename docker folders (#690)
- 44709b9 Use the pattern of one Dockerfile per folder (#689)
Version 0.19
Version 0.17.0
Consolidate Options #671
We now have --maxpackageupdates
or -m
, instead of two different ones, maxpr
and maxupdate
.
This is used in repo
, org
global
and update
commands.
Please check your runs for the old names. We apologise for the necessary breaking changes to options in the last 2 releases.
Version 0.16.0
Change in this release:
-
Changes to command-line options #668.
- All "short names" of command-line options are 1 char
- Not all command-line options have a short name. There aren't enough letters to give them all a good one!
- The long name
maxpr
is renamed tomaxpackageupdates
, as the old name was confusing - it no longer always indicates the number of pull requests, but of package updates.
-
Fix to issue with github uri formats #669
Version 0.15.0
Version 0.14.0
-
Updates to packages that NuKeeper uses, including
LibGit2Sharp
,NuGet.CommandLine
,cMaster.Extensions.CommandLineUtils
. -
Filtering package include and exclude by regex now happens much earlier on in the process, so as to avoid unnecessarily checking the NuGet sources for updates to these packages, and then discarding them. This should improve performance in cases where there multiple NuGet sources and there are filters. #652
-
Do not abort all updates when an existing branch is found for one update. No errors when package is not found . #650