Skip to content

Commit 3b7cde1

Browse files
committed
update publishing readme
1 parent 95698e0 commit 3b7cde1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README-MakingReleases.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Assumptions
1717
- OpenWrt brcm47xx
1818

1919

20-
- Build primarily 32-bit, not 64-bit
20+
- Build primarily 64-bit, not 32-bit
2121
- Unix command-line build tools available for each platform
2222
- Shared mounted checkout of github.com/todbot/ blink1 repo,
2323
or at least same revision checkout
@@ -27,19 +27,21 @@ General Process
2727

2828
1. `cd blink1-tool`
2929
2. git tag release w/ `git tag -a v2.0.2 -m 'some update msg' && git push --tags`
30-
2. Build code with `make clean && make`
31-
3. Package up zipfile with `make package`
32-
4. Copy zip package to and test on separate test systems
33-
5. Publish zip package to github release
34-
6. Adjust links on http://blink1.thingm.com/downloads
30+
3. Build code with `make clean && make`
31+
3a. Don't forget about `make blink1control-tool` & `make blink1-tiny-server`
32+
4. Package up zipfiles with `make package-all`
33+
5. Copy zip packages to and test on separate test systems
34+
6. Publish zip packages to github release
3535

3636

3737
Example
3838
-------
3939
```
4040
% cd blink1-tool
41-
% make clean && make
42-
% make package
41+
% make clean
42+
% make
43+
% make blink1control-tool && make blink1-tiny-server
44+
% make package-all
4345
```
4446

4547
Platform Specifics (for Tod mostly)

0 commit comments

Comments
 (0)