push-pages -> push

This commit is contained in:
Ciro Santilli
2021-04-29 02:00:01 +00:00
parent 4591ac4db7
commit f9c2eb1171
3 changed files with 3 additions and 3 deletions

View File

@@ -307,10 +307,10 @@ Create tags,and update all mirrors in one go with: link:push-mirrors[]:
./push-mirrors ./push-mirrors
.... ....
In particular, that script calls link:push-pages[]: In particular, that script calls link:push[]:
.... ....
./push-pages ./push
.... ....
which is more lightweight and pushes just to GitHub and GitLab Pages, so we are going to be using that more often to avoid overloading package managers too much. which is more lightweight and pushes just to GitHub and GitLab Pages, so we are going to be using that more often to avoid overloading package managers too much.

View File

View File

@@ -12,7 +12,7 @@ git add package.json
git add setup.py git add setup.py
git commit -m 'bump package version' git commit -m 'bump package version'
git tag -m "$new_version" "$new_version" git tag -m "$new_version" "$new_version"
./push-gh-pages ./push
# NPM package. # NPM package.
# Updates package.json version, which other systems read if possible. # Updates package.json version, which other systems read if possible.