Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-802: Release script return to previous branch #1394

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
2 changes: 1 addition & 1 deletion scripts/publishAsciidoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cp -r build/docs/asciidoc/* userguide
git add userguide
git commit -m 'added userguide to gh-pages'
git push
git checkout -f master
git checkout -f -
2 changes: 1 addition & 1 deletion scripts/publishJGivenReports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cp -r jgiven-tests/build/reports/jgiven/html5/ jgiven-report/
git add jgiven-report/
git commit -m 'added generated jgiven report to gh-pages'
git push
git checkout -f master
git checkout -f -
2 changes: 1 addition & 1 deletion scripts/publishJGivenSnapshotReports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cp -r jgiven-tests/build/reports/jgiven/html5/ ${TARGET_DIR}
git add ${TARGET_DIR}
git commit -m 'added generated snapshot jgiven report to gh-pages'
git push
git checkout -f master
git checkout -f -
2 changes: 1 addition & 1 deletion scripts/publishJavadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cp -r jgiven-core/build/docs/javadoc/* javadoc
git add javadoc
git commit -m 'added javadoc to gh-pages'
git push
git checkout -f master
git checkout -f -