Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
fcca71f7
Commit
fcca71f7
authored
Dec 17, 2015
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add the required changes in master to devel/releasing.md
parent
a45c8786
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
releasing.md
docs/devel/releasing.md
+10
-0
No files found.
docs/devel/releasing.md
View file @
fcca71f7
...
...
@@ -46,6 +46,7 @@ release breaks down into four pieces:
1.
cutting/branching the release;
1.
building and pushing the binaries; and
1.
publishing binaries and release notes.
1.
updating the master branch.
You should progress in this strict order.
...
...
@@ -216,6 +217,15 @@ Finally, from a clone of upstream/master, *make sure* you still have
`RELEASE_VERSION`
set correctly, and run
`./build/mark-stable-release.sh
${RELEASE_VERSION}`
.
### Updating the master branch
If you are cutting a new release series, please also update the master branch:
change the
`latestReleaseBranch`
in
`cmd/mungedocs/mungedocs.go`
to the new
release branch (
`release-X.Y`
), run
`hack/update-generated-docs.sh`
. This will
let the unversioned warning in docs point to the latest release series. Please
send the changes as a PR titled "Update the latestReleaseBranch to release-X.Y
in the munger".
## Injecting Version into Binaries
*
Please note that this information may be out of date. The scripts are the
...
...
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