-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
688fb20
commit 985a22f
Showing
9 changed files
with
269 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,8 +94,8 @@ jobs: | |
node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );" | ||
fi | ||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -191,8 +191,8 @@ jobs: | |
# Pin action to full length commit SHA | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -366,8 +366,8 @@ jobs: | |
# Pin action to full length commit SHA | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -539,8 +539,8 @@ jobs: | |
# Pin action to full length commit SHA | ||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -735,8 +735,8 @@ jobs: | |
echo "bump=true" >> $GITHUB_OUTPUT | ||
fi | ||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
if: steps.check-if-bump.outputs.bump | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,8 +72,8 @@ jobs: | |
node-version: 20 | ||
timeout-minutes: 5 | ||
|
||
# Configure git: | ||
- name: 'Configure git' | ||
# Configure Git: | ||
- name: 'Configure Git' | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stdlib-bot" | ||
|
@@ -94,6 +94,10 @@ jobs: | |
# Replace branch in README.md link definitions for badges with the new version: | ||
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g" | ||
# Rewrite CHANGELOG.md to replace "Unreleased" with the new version: | ||
sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md | ||
sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md | ||
# Create a new commit and tag: | ||
git add package.json README.md | ||
git commit -m "Release v${NEW_VERSION}" | ||
|
@@ -202,7 +206,7 @@ jobs: | |
# Publish package to npm: | ||
- name: 'Publish package to npm' | ||
# Pin action to full length commit SHA | ||
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1 | ||
uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1 | ||
with: | ||
token: ${{ secrets.NPM_TOKEN }} | ||
access: public | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,6 +101,8 @@ docs/**/node_modules/ | |
pids | ||
*.pid | ||
*.seed | ||
yarn.lock | ||
package-lock.json | ||
|
||
# Typescript # | ||
############## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# | ||
# Contributors listed in alphabetical order. | ||
|
||
Aayush Khanna <[email protected]> | ||
Adarsh Palaskar <[email protected]> | ||
Aditya Sapra <[email protected]> | ||
AgPriyanshu18 <[email protected]> | ||
|
@@ -26,17 +27,20 @@ EuniceSim142 <[email protected]> | |
Frank Kovacs <[email protected]> | ||
Golden Kumar <[email protected]> | ||
Gunj Joshi <[email protected]> | ||
HarshaNP <[email protected]> | ||
Harshita Kalani <[email protected]> | ||
Hridyanshu <[email protected]> | ||
Jaimin Godhani <[email protected]> | ||
James Gelok <[email protected]> | ||
Jaysukh Makvana <[email protected]> | ||
Jenish Thapa <[email protected]> | ||
Jithin KS <[email protected]> | ||
Joel Mathew Koshy <[email protected]> | ||
Joey Reed <[email protected]> | ||
Jordan Gallivan <[email protected]> | ||
Joris Labie <[email protected]> | ||
Justin Dennison <[email protected]> | ||
Kaif Mohd <[email protected]> | ||
Karthik Prakash <[email protected]> | ||
Khaldon <[email protected]> | ||
Krishnendu Das <[email protected]> | ||
|
@@ -46,11 +50,13 @@ Marcus Fantham <[email protected]> | |
Matt Cochrane <[email protected]> | ||
Mihir Pandit <[email protected]> | ||
Milan Raj <[email protected]> | ||
Mohammad Kaif <[email protected]> | ||
Momtchil Momtchev <[email protected]> | ||
Muhammad Haris <[email protected]> | ||
Naresh Jagadeesan <[email protected]> | ||
NightKnight <[email protected]> | ||
Nithin Katta <[email protected]> | ||
Nourhan Hasan <[email protected]> | ||
Ognjen Jevremović <[email protected]> | ||
Oneday12323 <[email protected]> | ||
Philipp Burckhardt <[email protected]> | ||
|
@@ -63,27 +69,31 @@ Pushpendra Chandravanshi <[email protected]> | |
Raunak Kumar Gupta <[email protected]> | ||
Rejoan Sardar <[email protected]> | ||
Ricky Reusser <[email protected]> | ||
Ridam Garg <[email protected]> | ||
Robert Gislason <[email protected]> | ||
Roman Stetsyk <[email protected]> | ||
Rutam <[email protected]> | ||
Ryan Seal <[email protected]> | ||
Sai Srikar Dumpeti <[email protected]> | ||
SarthakPaandey <[email protected]> | ||
Seyyed Parsa Neshaei <[email protected]> | ||
Shashank Shekhar Singh <[email protected]> | ||
Shivam <[email protected]> | ||
Shraddheya Shendre <[email protected]> | ||
Shubh Mehta <[email protected]> | ||
Shubham Mishra <[email protected]> | ||
Sivam Das <[email protected]> | ||
Snehil Shah <[email protected].com> | ||
Snehil Shah <snehilshah.989@gmail.com> | ||
Soumajit Chatterjee <[email protected]> | ||
Spandan Barve <[email protected]> | ||
Stephannie Jiménez Gacha <[email protected]> | ||
Suraj kumar <[email protected]> | ||
Tirtadwipa Manunggal <[email protected]> | ||
Tudor Pagu <[email protected]> | ||
Tufailahmed Bargir <[email protected]> | ||
Utkarsh <http://[email protected]> | ||
Utkarsh Raj <[email protected]> | ||
Vaibhav Patel <[email protected]> | ||
Varad Gupta <[email protected]> | ||
Xiaochuan Ye <[email protected]> | ||
Yernar Yergaziyev <[email protected]> | ||
|
@@ -92,3 +102,4 @@ nishant-s7 <[email protected]> | |
orimiles5 <[email protected]> | ||
rainn <[email protected]> | ||
rei2hu <[email protected]> | ||
yaswanth <[email protected]> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.