Skip to content

Commit

Permalink
Merge pull request #39 from mgeisler/tight-issue-list
Browse files Browse the repository at this point in the history
Format issues as a tight list in README
  • Loading branch information
mgeisler authored Aug 1, 2020
2 parents ebbc36c + a07eb34 commit a1d5b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
const changelog = prs.data.items.map(
pr => `* [#${pr.number}](${pr.html_url}): ${pr.title}`
).join('\n\n')
).join('\n')
core.exportVariable('CHANGELOG', changelog)
var readme = fs.readFileSync('README.md', 'utf8')
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,22 @@ This is a changelog describing the most important changes per release.

* [#18](https://github.com/mgeisler/smawk/pull/18): Make
`online_column_minima` generic in matrix type.

* [#23](https://github.com/mgeisler/smawk/pull/23): Switch to the
[Rust 2018][rust-2018] edition. We test against the latest stable
and nightly version of Rust.

* [#29](https://github.com/mgeisler/smawk/pull/29): Drop strict Rust
2018 compatibility by not testing with Rust 1.31.0.

* [#32](https://github.com/mgeisler/smawk/pull/32): Fix crash on
overflow in `is_monge`.

* [#33](https://github.com/mgeisler/smawk/pull/33): Update `rand`
dependency to latest version and get rid of `rand_derive`.

* [#34](https://github.com/mgeisler/smawk/pull/34): Bump `num-traits`
and `version-sync` dependencies to latest versions.

* [#35](https://github.com/mgeisler/smawk/pull/35): Drop unnecessary
Windows tests. The assumption is that the numeric computations we do
are cross-platform.

* [#36](https://github.com/mgeisler/smawk/pull/36): Update `ndarray`
dependency to the latest version.

* [#37](https://github.com/mgeisler/smawk/pull/37): Automate
publishing new releases to crates.io.

Expand Down

0 comments on commit a1d5b3e

Please sign in to comment.