Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
ready for 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericherman committed Dec 13, 2022
1 parent d7bd2ca commit 3328130
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: build-pdf
run: script/pdf.sh
- name: link-change-latest
run: ln -sv changelog/$(ls -1 changelog | sort | tail -n1) release.body
run: script/link-change-latest.sh
- name: upload
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2022 The Foundation for Public Code <info@publiccode.net>

title: Release Test
version: 0.0.8
version: 0.0.9

remote_theme: publiccodenet/jekyll-theme

Expand Down
9 changes: 9 additions & 0 deletions changelog/changelog-0.0.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- SPDX-FileCopyrightText: 2022 The Foundation for Public Code <info@publiccode.net>, https://standard.publiccode.net/AUTHORS -->

## Version 0.0.9

2020-12-13: add a pretty license page to the site

* `.github/workflows/release-on-tag.yml`: really use link-change-latest.sh
* `_config.yml`: bump version 0.0.8 -> 0.0.9

0 comments on commit 3328130

Please sign in to comment.