File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >browser-switch-android</name >
4
+ <comment >Project browser-switch-android created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ connection.project.dir =
2
+ eclipse.preferences.version =1
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ def post_release(version)
67
67
68
68
sh "git push origin master #{ version } "
69
69
70
- puts "\n Update the releases tab on GitHub and send a release notification email to [email protected] . Press ENTER when done."
71
70
$stdin. gets
72
71
end
73
72
You can’t perform that action at this time.
0 commit comments