Skip to content

Commit 6c05714

Browse files
author
scannillo
committed
Remove instructions to email sdk-announce google group
1 parent 1353682 commit 6c05714

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
connection.project.dir=
2+
eclipse.preferences.version=1

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def post_release(version)
6767

6868
sh "git push origin master #{version}"
6969

70-
puts "\nUpdate the releases tab on GitHub and send a release notification email to [email protected]. Press ENTER when done."
7170
$stdin.gets
7271
end
7372

0 commit comments

Comments
 (0)