Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 928ca42

Browse files
committed
README-PUBLISH.md: fix xpack urls
1 parent e2f8e6e commit 928ca42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README-PUBLISH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ $ git clone --recurse-submodules https://github.com/xpack-dev-tools/riscv-none-e
8181

8282
## Create a new GitHub release
8383

84-
- go to the [GitHub Releases](https://github.com/xpack-dev-tools/riscv-none-embed-gcc/releases) page
84+
- go to the [GitHub Releases](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases) page
8585
- click **Draft a new release**
8686
- name the tag like **v8.2.0-2.2** (mind the dash in the middle!)
8787
- select the target branch (like sifive-gcc-8.2.0-gme)
8888
- name the release like **xPack GNU RISC-V Embedded GCC v8.2.0-2.2**
8989
(mind the dash and the space)
9090
- as description
91-
- add a downloads badge like `[![Github Releases (by Release)](https://img.shields.io/github/downloads/xpack-dev-tools/riscv-none-embed-gcc/v8.2.0-2.2/total.svg)]()`; use empty URL for now
91+
- add a downloads badge like `![Github Releases (by Release)](https://img.shields.io/github/downloads/xpack-dev-tools/riscv-none-embed-gcc-xpack/v8.2.0-2.2/total.svg)`; use empty URL for now
9292
- draft a short paragraph explaining what are the main changes
9393
- **attach binaries** and SHA (drag and drop from the archives folder will do it)
9494
- **enable** the **pre-release** button
@@ -105,10 +105,10 @@ In the `xpack.github.io` web Git:
105105
- add a new file to `_posts/riscv-none-embed-gcc/releases`
106106
- name the file like `2018-05-06-riscv-none-embed-gcc-v8-2-0-2-2-released.md`
107107
- name the post like: **xPack GNU RISC-V Embedded GCC v8.2.0-2.2 released**.
108-
- as `download_url` use the generic `https://github.com/xpack-dev-tools/riscv-none-embed-gcc/releases/tag/v8.2.0-2.2/`
108+
- as `download_url` use the generic `https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/tag/v8.2.0-2.2/`
109109
- update the `date:` field with the current date
110110

111-
If any, close [issues](https://github.com/xpack-dev-tools/riscv-none-embed-gcc/issues)
111+
If any, close [issues](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/issues)
112112
on the way. Refer to them as:
113113

114114
- **[Issue:\[#1\]\(...\)]**.
@@ -171,7 +171,7 @@ $ xpm install --global @xpack-dev-tools/riscv-none-embed-gcc@latest
171171

172172
## Create a final GitHub release
173173

174-
- go to the [GitHub Releases](https://github.com/xpack-dev-tools/riscv-none-embed-gcc/releases) page
174+
- go to the [GitHub Releases](https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases) page
175175
- check the download counter, it should match the number of tests
176176
- add a link to the Web page `[Continue reading »]()`; use an same blog URL
177177
- **disable** the **pre-release** button

0 commit comments

Comments
 (0)