Skip to content

Commit e89d85e

Browse files
committed
Auto-generated commit
1 parent de3b203 commit e89d85e

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-06-01T00:33:18.591Z
1+
2024-07-01T00:36:46.591Z

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Replace branch in README.md link definitions for badges with the new version:
9595
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
9696
97+
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
98+
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
99+
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
100+
97101
# Create a new commit and tag:
98102
git add package.json README.md
99103
git commit -m "Release v${NEW_VERSION}"

CHANGELOG.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,37 @@
22

33
> Package changelog.
44
5-
See [GitHub Releases](https://github.com/stdlib-js/string-base-snakecase/releases) for the changelog.
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-07-01)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+

CONTRIBUTORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi <[email protected]>
6363
Raunak Kumar Gupta <[email protected]>
6464
Rejoan Sardar <[email protected]>
6565
Ricky Reusser <[email protected]>
66+
Ridam Garg <[email protected]>
6667
Robert Gislason <[email protected]>
6768
Roman Stetsyk <[email protected]>
6869
@@ -75,7 +76,7 @@ Shraddheya Shendre <[email protected]>
7576
Shubh Mehta <[email protected]>
7677
Shubham Mishra <[email protected]>
7778
Sivam Das <[email protected]>
78-
Snehil Shah <[email protected].com>
79+
Snehil Shah <snehilshah.989@gmail.com>
7980
Soumajit Chatterjee <[email protected]>
8081
Spandan Barve <[email protected]>
8182
Stephannie Jiménez Gacha <[email protected]>

0 commit comments

Comments
 (0)