You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2019. It is now read-only.
Install the binaries on all supported platforms and check if they are
41
+
functional.
42
+
33
43
## Create a new GitHub pre-release
34
44
35
45
- go to the [GitHub Releases](https://github.com/gnu-mcu-eclipse/qemu/releases) page
36
46
- click **Draft a new release**
37
47
- name the tag like **v2.8.0-3-20180523** (mind the dashes in the middle!)
38
-
- name the release like **GNU MCU Eclipse QEMU v2.8.0-3-20180523**
48
+
- name the release like **GNU MCU Eclipse QEMU v2.8.0-320180523**
39
49
(mind the dashes)
40
50
- as description
41
51
- add a downloads badge like `[]()`; use empty URL for now
42
52
- draft a short paragraph explaining what are the main changes
43
53
-**attach binaries** and SHA (drag and drop from the archives folder will do it)
44
-
- enable the pre-release button
54
+
-**enable** the pre-release button
45
55
- click the **Publish Release** button
46
56
47
57
Note: at this moment the system should send a notification to all clients watching this project.
@@ -53,7 +63,7 @@ In the `gnu-mcu-eclipse.github.io-source.git` web git:
53
63
54
64
- add a new file to `_posts/qemu/releases`
55
65
- name the file like `2018-05-23-qemu-v2-8-0-3-20180523-released.md`
56
-
- name the post like: **GNU MCU Eclipse QEMU v2.8.0-3-20180523 released**.
66
+
- name the post like: **GNU MCU Eclipse QEMU v2.8.0-320180523 released**.
57
67
- as `download_url` use the tagged URL like `https://github.com/gnu-mcu-eclipse/qemu/releases/tag/v2.8.0-3-20180523/`
0 commit comments