File tree 4 files changed +41
-3
lines changed
4 files changed +41
-3
lines changed Original file line number Diff line number Diff line change 1
- 2024-06 -01T00:59:27.919Z
1
+ 2024-07 -01T00:59:47.985Z
Original file line number Diff line number Diff line change 94
94
# Replace branch in README.md link definitions for badges with the new version:
95
95
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
96
96
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
+
97
101
# Create a new commit and tag:
98
102
git add package.json README.md
99
103
git commit -m "Release v${NEW_VERSION}"
Original file line number Diff line number Diff line change 2
2
3
3
> Package changelog.
4
4
5
- See [ GitHub Releases] ( https://github.com/stdlib-js/utils-native-class/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>
63
63
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
64
64
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
65
65
Ricky Reusser <rsreusser@gmail.com>
66
+ Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
66
67
Robert Gislason <gztown2216@yahoo.com>
67
68
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
68
69
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre <shendreshraddheya@gmail.com>
75
76
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
76
77
Shubham Mishra <shubh622005@gmail.com>
77
78
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
78
- Snehil Shah <130062020+Snehil-Shah@users.noreply.github .com>
79
+ Snehil Shah <snehilshah.989@gmail .com>
79
80
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
80
81
Spandan Barve <contact@marsian.dev>
81
82
Stephannie Jiménez Gacha <steff456@hotmail.com>
You can’t perform that action at this time.
0 commit comments