Skip to content

Commit 83c24c6

Browse files
committed
docs: Replace Documentation badge with CI status badge in README
1 parent 31f7c26 commit 83c24c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## [0.0.1] - 2024-10-26
88

99
- Initial release
10+
11+
## [0.0.2] - 2024-10-26
12+
13+
### Changed
14+
15+
- Updated README to replace the "Documentation" badge with a "CI" badge to reflect the status of continuous integration workflows.
16+
- Updated the badge URL and link to point to the correct GitHub Actions workflow.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @ain1084/array-buffer-partitioner
22

33
[![npm version](https://badge.fury.io/js/@ain1084%2Farray-buffer-partitioner.svg)](https://badge.fury.io/js/@ain1084%2Farray-buffer-partitioner)
4-
[![CI](https://github.com/ain1084/array-buffer-partitioner/workflows/ci/badge.svg)](https://github.com/ain1084/array-buffer-partitioner/actions?query=workflow%3Aci)
4+
[![CI](https://github.com/ain1084/array-buffer-partitioner/actions/workflows/ci.yml/badge.svg)](https://github.com/ain1084/array-buffer-partitioner/actions?query=workflow%3Aci)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77

0 commit comments

Comments
 (0)