-
-
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
ff31d56
commit 36cac82
Showing
8 changed files
with
223 additions
and
30 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
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
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 |
---|---|---|
|
@@ -27,6 +27,7 @@ Frank Kovacs <[email protected]> | |
Golden Kumar <[email protected]> | ||
Gunj Joshi <[email protected]> | ||
Harshita Kalani <[email protected]> | ||
Hridyanshu <[email protected]> | ||
Jaimin Godhani <[email protected]> | ||
James Gelok <[email protected]> | ||
Jaysukh Makvana <[email protected]> | ||
|
@@ -50,6 +51,7 @@ 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]> | ||
|
@@ -62,6 +64,7 @@ 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]> | ||
|
@@ -73,7 +76,8 @@ Shivam <[email protected]> | |
Shraddheya Shendre <[email protected]> | ||
Shubh Mehta <[email protected]> | ||
Shubham Mishra <[email protected]> | ||
Snehil Shah <[email protected]> | ||
Sivam Das <[email protected]> | ||
Snehil Shah <[email protected]> | ||
Soumajit Chatterjee <[email protected]> | ||
Spandan Barve <[email protected]> | ||
Stephannie Jiménez Gacha <[email protected]> | ||
|
@@ -83,6 +87,7 @@ Tudor Pagu <[email protected]> | |
Utkarsh <http://[email protected]> | ||
Utkarsh Raj <[email protected]> | ||
Varad Gupta <[email protected]> | ||
Xiaochuan Ye <[email protected]> | ||
Yernar Yergaziyev <[email protected]> | ||
naveen <[email protected]> | ||
nishant-s7 <[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
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