File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
16
16
git config user.email " $COMMIT_AUTHOR_EMAIL "
17
17
18
18
echo " # Automatic build" > README.md
19
- echo " Built website from \` $SHA \` . See https://github.com/ethereum /remix-ide / for details." >> README.md
19
+ echo " Built website from \` $SHA \` . See https://github.com/remix-project-org /remix-project / for details." >> README.md
20
20
echo " To use an offline copy, download \` remix-$SHA .zip\` ." >> README.md
21
21
22
22
zip -r remix-$SHA .zip .
23
23
git add .
24
24
git commit -m " Built website from {$SHA }."
25
25
26
- git push -f git@github.com:ethereum /remix-live-alpha.git gh-pages
26
+ git push -f git@github.com:remix-project-org /remix-live-alpha.git gh-pages
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
16
16
git config user.email " $COMMIT_AUTHOR_EMAIL "
17
17
18
18
echo " # Automatic build" > README.md
19
- echo " Built website from \` $SHA \` . See https://github.com/ethereum /remix-ide / for details." >> README.md
19
+ echo " Built website from \` $SHA \` . See https://github.com/remix-project-org /remix-project / for details." >> README.md
20
20
echo " To use an offline copy, download \` remix-$SHA .zip\` ." >> README.md
21
21
22
22
zip -r remix-$SHA .zip .
23
23
git add .
24
24
git commit -m " Built website from {$SHA }."
25
25
26
- git push -f git@github.com:ethereum /remix-live-beta.git gh-pages
26
+ git push -f git@github.com:remix-project-org /remix-live-beta.git gh-pages
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
16
16
git config user.email " $COMMIT_AUTHOR_EMAIL "
17
17
18
18
echo " # Automatic build" > README.md
19
- echo " Built website from \` $SHA \` . See https://github.com/ethereum /remix-ide / for details." >> README.md
19
+ echo " Built website from \` $SHA \` . See https://github.com/remix-project-org /remix-project / for details." >> README.md
20
20
echo " To use an offline copy, download \` remix-$SHA .zip\` ." >> README.md
21
21
22
22
zip -r remix-$SHA .zip .
23
23
git add .
24
24
git commit -m " Built website from {$SHA }."
25
25
26
- git push -f git@github.com:ethereum /remix-live.git gh-pages
26
+ git push -f git@github.com:remix-project-org /remix-live.git gh-pages
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This document describes:
35
35
- git push --tags
36
36
- github-changes -o ethereum -r remix-ide -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
37
37
- publish a beta release in github using the changelog
38
- - drop zip file to the beta release (from https://github.com/ethereum /remix-live-alpha )
38
+ - drop zip file to the beta release (from https://github.com/remix-project-org /remix-live-alpha )
39
39
40
40
# remix.ethereum.org update
41
41
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ or individually:
137
137
- git push --tags
138
138
- github-changes -o ethereum -r remix-project -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
139
139
- publish a beta release in github using the changelog
140
- - drop zip file to the beta release (from https://github.com/ethereum /remix-live-alpha )
140
+ - drop zip file to the beta release (from https://github.com/remix-project-org /remix-live-alpha )
141
141
142
142
## Remix IDE Alpha Release
143
143
You can’t perform that action at this time.
0 commit comments