Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL"

echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md

zip -r remix-$SHA.zip .
git add .
git commit -m "Built website from {$SHA}."

git push -f git@github.com:ethereum/remix-live-alpha.git gh-pages
git push -f git@github.com:remix-project-org/remix-live-alpha.git gh-pages
4 changes: 2 additions & 2 deletions apps/remix-ide/ci/deploy_from_travis_remix-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL"

echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md

zip -r remix-$SHA.zip .
git add .
git commit -m "Built website from {$SHA}."

git push -f git@github.com:ethereum/remix-live-beta.git gh-pages
git push -f git@github.com:remix-project-org/remix-live-beta.git gh-pages
4 changes: 2 additions & 2 deletions apps/remix-ide/ci/deploy_from_travis_remix-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL"

echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "Built website from \`$SHA\`. See https://github.com/remix-project-org/remix-project/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md

zip -r remix-$SHA.zip .
git add .
git commit -m "Built website from {$SHA}."

git push -f git@github.com:ethereum/remix-live.git gh-pages
git push -f git@github.com:remix-project-org/remix-live.git gh-pages
2 changes: 1 addition & 1 deletion apps/remix-ide/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This document describes:
- git push --tags
- github-changes -o ethereum -r remix-ide -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
- publish a beta release in github using the changelog
- drop zip file to the beta release (from https://github.com/ethereum/remix-live-alpha)
- drop zip file to the beta release (from https://github.com/remix-project-org/remix-live-alpha)

# remix.ethereum.org update

Expand Down
2 changes: 1 addition & 1 deletion release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ or individually:
- git push --tags
- github-changes -o ethereum -r remix-project -a --only-pulls --use-commit-body --only-merges --between-tags previous_version...next_version
- publish a beta release in github using the changelog
- drop zip file to the beta release (from https://github.com/ethereum/remix-live-alpha)
- drop zip file to the beta release (from https://github.com/remix-project-org/remix-live-alpha)

## Remix IDE Alpha Release

Expand Down