Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
548f1f63
Commit
548f1f63
authored
Apr 10, 2017
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release process documentation.
parent
8e2bea4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
RELEASE-PROCESS.md
RELEASE-PROCESS.md
+17
-1
No files found.
RELEASE-PROCESS.md
View file @
548f1f63
How to release
==============
**Developing**
*
First, develop some new features to release! As you do, make sure to keep the documentation
up-to-date.
**Testing**
*
Run
`super-test.sh`
on as many platforms as you have available. Remember that you can easily run
on any machine available through ssh using
`./super-test.sh remote [hostname]`
. Also run in
Clang mode. (If you are Kenton and running from Kenton's home machine and network, use
`./super-test.sh kenton`
to run on all supported compilers and platforms.)
`./mega-test.py mega-test.cfg`
to run on all supported compilers and platforms.)
*
Manually test Windows/MSVC -- unfortunately this can't be automated by super-test.sh.
*
Manually run the pointer fuzz tests under Valgrind. This will take 40-80 minutes.
valgrind ./capnp-test -fcapnp/fuzz-test.c++
*
Manually run the AFL fuzz tests by running
`afl-fuzz.sh`
. There are three test cases, and ideally each should run for 24 hours or more.
**Documenting**
*
Write a blog post discussing what is new, placing it in doc/_posts.
*
Run jekyll locally and review the blog post and docs.
**Releasing**
*
Check out the master branch in a fresh directory. Do NOT use your regular repo, as the release
script commits changes and if anything goes wrong you'll probably want to trash the whole thing
without pushing. DO NOT git clone the repo from an existing local repo -- check it out directly
...
...
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