Picnic-Bot
91e009cab0
Upgrade actions/setup-java v3.5.1 -> v3.6.0 ( #305 )
...
See:
- https://github.com/actions/setup-java/releases/tag/v3.6.0
- https://github.com/actions/setup-java/compare/v3.5.1...v3.6.0
2022-10-20 09:13:00 +02:00
Picnic-Bot
d0533f7190
Upgrade actions/deploy-pages v1.2.1 -> v1.2.2 ( #302 )
...
See:
- https://github.com/actions/deploy-pages/releases/tag/v1.2.2
- https://github.com/actions/deploy-pages/compare/v1.2.1...v1.2.2
2022-10-20 08:12:58 +02:00
Picnic-Bot
4fd8f57430
Upgrade ruby/setup-ruby v1.117.0 -> v1.118.0 ( #298 )
...
See:
- https://github.com/ruby/setup-ruby/releases/tag/v1.118.0
- https://github.com/ruby/setup-ruby/compare/v1.117.0...v1.118.0
2022-10-15 11:03:17 +02:00
Rick Ossendrijver
128e178d37
Consistently prefer "Refaster rule" over "Refaster template" ( #286 )
...
As the former term references a class containing one or more `@BeforeTemplate`
methods, one or more `@Placeholder` methods and an optional `@AfterTemplate`,
while the latter term more narrowly references a single `@BeforeTemplate` or
`@AfterTemplate` method.
2022-10-11 17:23:54 +02:00
Rick Ossendrijver
3f1399c139
Accommodate rapid website development on the website branch ( #287 )
...
By (a) deploying from that branch and (b) temporarily disabling external link
checking.
2022-10-11 14:43:34 +02:00
Jelmer Borst
757d5b1d70
Unify local and GitHub Actions website generation flow ( #274 )
2022-10-09 19:43:01 +02:00
Picnic-Bot
9ad8c275d3
Upgrade actions/checkout v3.0.2 -> v3.1.0 ( #277 )
...
See:
- https://github.com/actions/checkout/releases/tag/v3.1.0
- https://github.com/actions/checkout/compare/v3.0.2...v3.1.0
2022-10-05 15:57:16 +02:00
Jelmer Borst
f4e191e33b
Fix default branch reference in GitHub Actions definition ( #278 )
2022-10-05 12:48:07 +02:00
Jelmer Borst
5ca95eb36d
Set up documentation website generation and deployment ( #253 )
...
Generating the website is done by Jekyll with a theme called `just-the-docs`.
Deployment of the website is done via GitHub Pages.
See:
- https://github.com/jekyll/jekyll
- https://github.com/just-the-docs/just-the-docs
2022-10-04 09:08:23 +02:00
Rick Ossendrijver
fb6fe5a96e
Introduce GitHub issue template for feature requests ( #244 )
2022-09-27 14:53:33 +02:00
Picnic-Bot
7bef1c8e67
Upgrade actions/setup-java v3.4.1 -> v3.5.1 ( #262 )
...
See:
- https://github.com/actions/setup-java/releases/tag/v3.5.0
- https://github.com/actions/setup-java/releases/tag/v3.5.1
- https://github.com/actions/setup-java/compare/v3.4.1...v3.5.1
2022-09-27 07:57:25 +02:00
Jelmer Borst
7f18bd9030
Introduce GitHub issue template for reporting a bug ( #223 )
2022-09-25 11:26:12 +02:00
Stephan Schroevers
ae7068f464
Fix Javadoc JAR generation ( #246 )
...
For performance reasons, the Javadoc JARs are not generated when executing `mvn
install`. They are generally only compiled when running `mvn release:perform`,
as part of the `release` Maven profile.
The downside of this setup is that Javadoc generation issues may not be caught
until release time. This change resolves such an issue. To prevent future
regressions, Javadoc generation is now also performed by the GitHub Actions
build workflow.
While there, drop the deprecated `useReleaseProfile` configuration setting of
the javadoc-maven-plugin, as its value matches the default.
2022-09-20 13:42:52 +02:00
Stephan Schroevers
b88a668819
Reduce GitHub Actions build workflow permissions ( #221 )
2022-09-08 08:54:43 +02:00
Rick Ossendrijver
a1f2418805
Introduce release.yml to improve GitHub release notes generation ( #213 )
2022-08-24 16:31:15 +02:00
Rick Ossendrijver
4f5ea8beac
Migrate from Travis CI to GitHub Actions ( #158 )
...
While there, drop the now-obsolete Takari Maven plugin.
2022-08-07 18:33:25 +02:00