Skip to content

Commit 1b811b2

Browse files
authored
docs: Minor documentation updates (#45)
1 parent bcc47dc commit 1b811b2

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
1111

1212
---
1313

14-
## [v2.4.0](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.4.0) - 2025-04-22
14+
## [v2.3.2](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.3.2) - 2025-04-22
1515

16-
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.0...v2.4.0)
16+
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.1...v2.3.2)
17+
18+
### Minor Documentation updates
19+
20+
21+
## [v2.3.1](https://github.com/ddev/github-action-add-on-test/releases/tag/v2.3.1) - 2025-04-22
22+
23+
[_Compare with previous release_](https://github.com/ddev/github-action-add-on-test/compare/v2.3.0...v2.3.1)
1724

1825
### Removed
1926

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
[![Version](https://img.shields.io/github/v/release/ddev/github-action-add-on-test)](https://github.com/ddev/github-action-add-on-test/releases)
10-
![project is maintained](https://img.shields.io/maintenance/yes/2025.svg)
10+
[![last commit](https://img.shields.io/github/last-commit/ddev/github-action-add-on-test)](https://github.com/ddev/github-action-add-on-test/commits)
1111
[![tests](https://github.com/ddev/github-action-add-on-test/actions/workflows/add-ons-test.yml/badge.svg)](https://github.com/ddev/github-action-add-on-test/actions/workflows/add-ons-test.yml)
1212

1313
**Table of Contents**

docs/DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Before publishing a new release, there are some manual steps to take:
7878
- Update the `CHANGELOG.md` file to the current format. The release description is based on the contents of the `CHANGELOG.md` file.
7979
- If the release is a major release, modify the major tag in the `README.md` file wherever necessary.
8080

81-
Then, you have to [run the action manually from the GitHub repository](https://github.com/ddev/github-action-add-on-test/actions/workflows/release.yml)
81+
Then, you have to [run the action manually using `Actions -> Create Release -> Tag Name`](https://github.com/ddev/github-action-add-on-test/actions/workflows/release.yml).
8282

8383
Alternatively, you could use the [GitHub CLI](https://github.com/cli/cli):
8484

0 commit comments

Comments
 (0)