Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
929449dd
Commit
929449dd
authored
Mar 17, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: explain release and weekly tags in install.html
R=r CC=golang-dev
https://golang.org/cl/4272058
parent
4fd41e49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
install.html
doc/install.html
+22
-1
No files found.
doc/install.html
View file @
929449dd
...
...
@@ -275,7 +275,24 @@ For the full story, consult Go's extensive
<h2
id=
"releases"
>
Keeping up with releases
</h2>
<p>
New releases are announced on the
<a
href=
"http://groups.google.com/group/golang-nuts"
>
Go Nuts
</a>
mailing list.
<p>
The Go project maintains two stable tags in its Mercurial repository:
<code>
release
</code>
and
<code>
weekly
</code>
.
The
<code>
weekly
</code>
tag is updated about once a week, and should be used by
those who want to track the project's development.
The
<code>
release
</code>
tag is given, less often, to those weekly releases
that have proven themselves to be robust.
</p>
<p>
Most Go users will want to keep their Go installation at the latest
<code>
release
</code>
tag.
New releases are announced on the
<a
href=
"http://groups.google.com/group/golang-announce"
>
golang-announce
</a>
mailing list.
</p>
<p>
To update an existing tree to the latest release, you can run:
</p>
...
...
@@ -286,6 +303,10 @@ $ hg update release
$ ./all.bash
</pre>
<p>
To use the
<code>
weekly
</code>
tag run
<code>
hg update weekly
</code>
instead.
</p>
<h2
id=
"community"
>
Community resources
</h2>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment