Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 8116a35

Browse files
authored
📝Add release instructions (#104)
* Add a release instruction. * ignore the deb file.
1 parent 62e97dd commit 8116a35

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.distignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
^\.distignore
22
^\.github
33
^\.gitignore
4-
^procfetch_1\.0_all\.deb
4+
^release_inst.md
5+
^packages/procfetch_1\.0_all\.deb

release_inst.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release Instructions
2+
3+
This instructions are described using the example of releasing version v0.1.2.
4+
5+
## Bump up version
6+
7+
edit /VERSION
8+
9+
## Make a tag
10+
11+
## Make a release
12+
13+
## Generate a distribution
14+
15+
The following procedure results in the distribution, dist/procfetch-v0.1.2.tar.bz2.
16+
17+
```bash
18+
$ ./configure
19+
$ make dist
20+
```
21+
22+
## upload distribution to Assets
23+
24+
Upload dist/procfetch-v0.1.2.tar.bz2 to the Release assets.

0 commit comments

Comments
 (0)