Skip to content

Commit 90c14e5

Browse files
committed
Release v0.0.1
1 parent 71bc559 commit 90c14e5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Replace all GitHub links to individual packages with npm links
4040
run: |
4141
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g'
42+
- name: Replace list with links to other branches from installation section
43+
run: |
44+
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/\`\`\`\n\nAlternatively,[^<]+<\/section>/\`\`\`\n\n<\/section>/"
4245
- name: Replace all stdlib GitHub dependencies with the respective npm packages
4346
run: |
4447
find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ See [LICENSE][stdlib-license].
156156

157157
## Copyright
158158

159-
Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
159+
Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
160160

161161
</section>
162162

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-incrspace",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Generate a linearly spaced numeric array according to a provided increment.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)