Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.11"
".": "0.2.12"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@

## Unreleased

## [0.2.12](https://github.com/sous-chefs/appveyor-ci/compare/v0.2.11...v0.2.12) (2026-03-22)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v0.2.11...v0.2.12 Status: 404



Check failure on line 10 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Multiple consecutive blank lines

CHANGELOG.md:10 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md012.md
### Bug Fixes

* **ci:** Update release workflow ([#71](https://github.com/sous-chefs/appveyor-ci/issues/71)) ([660220a](https://github.com/sous-chefs/appveyor-ci/commit/660220afd12867b079ac635db7b770888af3d0e9))

## [0.2.11](https://github.com/sous-chefs/appveyor-ci/compare/0.2.10...v0.2.11) (2025-10-14)

### Bug Fixes

- **ci:** Update release workflow ([#71](https://github.com/sous-chefs/appveyor-ci/issues/71)) ([660220a](https://github.com/sous-chefs/appveyor-ci/commit/660220afd12867b079ac635db7b770888af3d0e9))

Check failure on line 19 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:19:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 0.2.10 - *2025-09-04*

Expand All @@ -25,23 +32,23 @@

## 0.2.4 - *2023-03-02*

- Add workflows

Check failure on line 35 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:35:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 0.2.3 - *2023-03-01*

- Update workflows to 2.0.1

Check failure on line 39 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:39:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Remove mdl and replace with markdownlint-cli2

Check failure on line 40 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:40:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Remove delivery folder

Check failure on line 41 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:41:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 0.2.2 - *2021-08-29*

- Standardise files with files in sous-chefs/repo-management

Check failure on line 45 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:45:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Add a `resource_name` in addition to provides in the resource

Check failure on line 46 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:46:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md
- Fix `nodoc` option for gem

Check failure on line 47 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:47:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## 0.2.1 - 2020-06-02

- resolved cookstyle error: resources/agent_install.rb:20:1 warning: `ChefDeprecations/ResourceUsesOnlyResourceName`

Check failure on line 51 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-unit / runner / markdownlint

Unordered list style

CHANGELOG.md:51:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md004.md

## [0.2.0] - 2018-05-21

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description 'Installs AppVeyor Agent & Triggers Deployment'
issues_url 'https://github.com/sous-chefs/appveyor-ci/issues'
source_url 'https://github.com/sous-chefs/appveyor-ci'
version '0.2.11'
version '0.2.12'
chef_version '>= 15.3'

supports 'windows'
Loading