Skip to content

Commit fa56d67

Browse files
committed
Show version 1.0.0 on website
1 parent 2380ce5 commit fa56d67

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ show_downloads: true
2020
# our custom theme variables:
2121
pasdoc:
2222
repository_url: https://github.com/pasdoc/pasdoc
23-
stable_download_version: 0.16.0
24-
unstable_download_version: 0.17.0.snapshot
23+
stable_download_version: 1.0.0
24+
unstable_download_version: 1.1.0.snapshot
2525
main_url: index
2626

2727
# for highlighting in code blocks, see https://github.com/asciidoctor/jekyll-asciidoc

src/ReleaseMaking.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,18 @@ For basic test of `pasdoc_gui`, open the project with pasdoc's autodoc `source/a
9696
9797
* Mark it as "latest", make sure https://github.com/pasdoc/pasdoc/releases/latest[latest release] page links to it.
9898
99+
* Update our website to link to latest release: edit `_config.yml`, `make`, commit and push.
100+
99101
## Announce new release everywhere
100102

101103
* Make thread on our forum: https://github.com/pasdoc/pasdoc/discussions .
104+
+
105+
--
106+
- GitHub's new _"Create discussion from release"_ checkbox also does it OK (make sure it's checked when making release public).
107+
- _Unpin_ old release announcement thread.
108+
- _Pin_ the release announcement thread, for Discussions and for Announcements category.
109+
--
110+
102111
* Announce new release on https://forum.lazarus.freepascal.org/[Lazarus forum].
103112
* https://sourceforge.net/p/pasdoc/news/[SourceForge "Old News" item] _PasDoc x.y.z released_
104113
* Announce new release on http://freshcode.club/projects/pasdoc.

src/_layouts/default.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
2525
<a href="https://github.com/pasdoc/pasdoc/releases/download/v{{ site.pasdoc.stable_download_version }}/pasdoc-{{ site.pasdoc.stable_download_version }}-win64.zip" class="btn">Windows (x86_64)</a>
2626
<a href="https://github.com/pasdoc/pasdoc/releases/download/v{{ site.pasdoc.stable_download_version }}/pasdoc-{{ site.pasdoc.stable_download_version }}-linux-x86_64.tar.gz" class="btn">Linux (x86_64)</a>
2727
<a href="https://github.com/pasdoc/pasdoc/releases/download/v{{ site.pasdoc.stable_download_version }}/pasdoc-{{ site.pasdoc.stable_download_version }}-linux-arm.tar.gz" class="btn">Linux (Arm, 32-bit) (Raspberry Pi)</a>
28+
<a href="https://github.com/pasdoc/pasdoc/releases/download/v{{ site.pasdoc.stable_download_version }}/pasdoc-{{ site.pasdoc.stable_download_version }}-linux-aarch64.tar.gz" class="btn">Linux (Aarch64, 64-bit) (Raspberry Pi, PineTab2)</a>
2829
<a href="https://github.com/pasdoc/pasdoc/releases/download/v{{ site.pasdoc.stable_download_version }}/pasdoc-{{ site.pasdoc.stable_download_version }}-darwin-x86_64.zip" class="btn">macOS (x86_64)</a>
30+
<a href="https://github.com/pasdoc/pasdoc/releases/download/v{{ site.pasdoc.stable_download_version }}/pasdoc-{{ site.pasdoc.stable_download_version }}-darwin-aarch64.zip" class="btn">macOS (Aarch64)</a>
2931

3032
<!--
3133
Commented out: make header look slimmer.
@@ -39,7 +41,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
3941
<a href="https://github.com/pasdoc/pasdoc/releases/download/snapshot/pasdoc-{{ site.pasdoc.unstable_download_version }}-linux-arm.tar.gz" class="btn">Linux (Arm, 32-bit) (Raspberry Pi)</a>
4042
<a href="https://github.com/pasdoc/pasdoc/releases/download/snapshot/pasdoc-{{ site.pasdoc.unstable_download_version }}-linux-aarch64.tar.gz" class="btn">Linux (Aarch64, 64-bit) (Raspberry Pi, PineTab2)</a>
4143
<a href="https://github.com/pasdoc/pasdoc/releases/download/snapshot/pasdoc-{{ site.pasdoc.unstable_download_version }}-darwin-x86_64.zip" class="btn">macOS (x86_64)</a>
42-
<a href="https://github.com/pasdoc/pasdoc/releases/download/snapshot/pasdoc-{{ site.pasdoc.unstable_download_version }}-darwin-x86_64.zip" class="btn">macOS (Aarch64)</a>
44+
<a href="https://github.com/pasdoc/pasdoc/releases/download/snapshot/pasdoc-{{ site.pasdoc.unstable_download_version }}-darwin-aarch64.zip" class="btn">macOS (Aarch64)</a>
4345
-->
4446
{% endif %}
4547
{% if site.github.is_project_page %}

0 commit comments

Comments
 (0)