Skip to content

Commit

Permalink
docs for GitReleases
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Oct 29, 2017
1 parent 5222476 commit 696bf40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AU/Plugins/GitReleases.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Author: Kim Nordmo <kim.nordmo@gmail.com>
# Last Change: 29-Oct-2017.

<#
.SYNOPSIS
Creates Github release for updated packages
#>
param(
$Info,

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- `au_BeforeUpdate` and `au_AfterUpdate` now provide parameter `Package` of type `[AUPackage]` which you can use to modify Nuspec data.
- Added new function `Set-DescriptionFromReadme` that is called automatically when README.md is present in the package folder ([#85](https://github.com/majkinetor/au/issues/85)). See [documentation](README.md#automatic-package-description-from-readmemd).
- New plugin: [GitReleases](https://github.com/majkinetor/au/blob/master/AU/Plugins/GitReleases.ps1)

## 2017.8.30

Expand Down
4 changes: 2 additions & 2 deletions Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ To set up plugin to create gist under your user name you need to give it your gi

## [GitReleases](https://github.com/majkinetor/au/blob/master/AU/Plugins/GitReleases.ps1)

**Prevent tags from being built**
**Creates Github release for updated packages**.

It is recommended to add the following line `skip_tags: true` in the `appveyor.yml` file to prevent tags from being built. While it may not be necessary, this is used to prevent packages from being submitted again when `[AU]` or `[PUSH]` is being used in the commit header message.
* It is recommended to add the following line `skip_tags: true` in the `appveyor.yml` file to prevent tags from being built. While it may not be necessary, this is used to prevent packages from being submitted again when `[AU]` or `[PUSH]` is being used in the commit header message.

## [History](https://github.com/majkinetor/au/blob/master/AU/Plugins/History.ps1)

Expand Down

0 comments on commit 696bf40

Please sign in to comment.