File tree Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Original file line number Diff line number Diff line change 1- 2024-06 -01T01:00:28.716Z
1+ 2024-07 -01T01:00:37.816Z
Original file line number Diff line number Diff line change 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}"
Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5- See [ GitHub Releases] ( https://github.com/stdlib-js/utils-regexp-from-string/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+
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
6363Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
6464Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
6565Ricky Reusser <rsreusser@gmail.com>
66+ Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
6667Robert Gislason <gztown2216@yahoo.com>
6768Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
6869Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
7576Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
7677Shubham Mishra <shubh622005@gmail.com>
7778Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78- Snehil Shah <130062020+Snehil-Shah@users.noreply.github .com>
79+ Snehil Shah <snehilshah.989@gmail .com>
7980Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
8081Spandan Barve <contact@marsian.dev>
8182Stephannie Jiménez Gacha <steff456@hotmail.com>
You can’t perform that action at this time.
0 commit comments