matthew16550
|
fe66147806
|
Fix snapshot release when workflow does not sign artifacts
|
2021-12-09 21:03:26 +11:00 |
|
matthew16550
|
cb1468d8b3
|
Add artifact signing to CI workflow & publish signature files in snapshot releases.
|
2021-12-09 11:54:04 +11:00 |
|
The-Lum
|
1854dcc2b9
|
Sup Upload simple jar and no ci on .md or docs
Mod:
- Suppress `Upload simple jar` on artifact
- No CI on `.md` or `docs`
Ref.:
- https://github.com/plantuml/plantuml/discussions/653#discussioncomment-1684866
- https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-ignoring-paths
- https://github.blog/changelog/2019-09-30-github-actions-event-filtering-updates/
|
2021-12-01 22:54:25 +01:00 |
|
matthew16550
|
4be34fa45b
|
Remove "windows-2016" runner from build matrix in github actions because it is deprecated.
|
2021-12-01 10:16:24 +11:00 |
|
The-Lum
|
cbc906af66
|
Update release_snapshot.sh
Mod:
- Add a `plantuml-SNAPSHOT-timestamp.lock` as Assets, with a timestamp of the snapshot
- Add links to [commits](https://github.com/plantuml/plantuml/commits/)
|
2021-11-23 20:28:25 +01:00 |
|
PlantUML
|
1188690078
|
Update FUNDING.yml
|
2021-11-17 12:51:38 +01:00 |
|
The-Lum
|
9551bda6a4
|
Create FUNDING.yml
From:
- https://github.com/plantuml/plantuml/issues/760#issuecomment-971367636
- [Displaying a sponsor button in your repository](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository)
Here is a proposal for the FUNDING.yml
|
2021-11-17 12:21:44 +01:00 |
|
The-Lum
|
f1a7cca4a6
|
mod: change date-time format of snapshot
mod: change `date-time` format of snapshot to be more human readable
See comment on:
- https://github.com/plantuml/plantuml/pull/774#issuecomment-969362702
|
2021-11-16 07:28:24 +01:00 |
|
The-Lum
|
ff5697894a
|
Update release_snapshot.sh
Mod:
Put the `date-time` on a better line
|
2021-11-15 21:27:22 +01:00 |
|
The-Lum
|
e4cecb4c89
|
mod: add datetime of the snapshot
add `datetime` of the snapshot on the notes
|
2021-11-15 21:12:20 +01:00 |
|
matthew16550
|
5650921821
|
Fix title of snapshot releases
|
2021-11-13 20:23:35 +11:00 |
|
matthew16550
|
54d0bf27b5
|
Update CI to create snapshot releases in GitHub
|
2021-11-13 17:37:17 +11:00 |
|
matthew16550
|
33cbfdd951
|
Minor syntax simplifications in ci.yml
|
2021-11-13 16:28:35 +11:00 |
|
The-Lum
|
3e9ea863ce
|
Update ci.yml
Add another artefact, with only the plantuml.jar
See:
https://github.com/plantuml/plantuml/discussions/653#discussioncomment-1631002
|
2021-11-12 15:59:02 +01:00 |
|
matthew16550
|
96b5eba7c1
|
Speed up CI by only running "mvn package" when strictly necessary
|
2021-11-02 17:59:16 +11:00 |
|
matthew16550
|
0ca723a6d8
|
Change CI workflow to use multiple java versions & operating systems
|
2021-10-31 15:28:23 +11:00 |
|
dependabot[bot]
|
1ebd727d9f
|
Bump actions/setup-java from 2.3.0 to 2.3.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v2.3.1)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-30 01:13:05 +00:00 |
|
Matthew Leather
|
a35fa3e61c
|
Combine test & release workflows into single CI workflow
|
2021-09-03 15:57:59 +10:00 |
|
matthew16550
|
62933e2c9e
|
Bump setup-java version to support "temurin" Java
|
2021-08-30 16:00:47 +10:00 |
|
matthew16550
|
f3226a1fa7
|
Change GitHub Workflows to use "temurin" Java.
(Docs for https://github.com/actions/setup-java were changed a few days ago to warn that "adopt" Java won't be updated anymore)
|
2021-08-30 15:49:55 +10:00 |
|
Asbjørn Ulsberg
|
9500aac9c4
|
Use AdoptOpenJDK
As setup-java@2 requires `distribution`, set it to `adopt`.
https://github.com/actions/setup-java/blob/main/README.md#Supported-distributions
|
2021-07-31 23:47:07 +02:00 |
|
dependabot[bot]
|
39465bdadf
|
Bump actions/setup-java from 1 to 2.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2.1.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-31 17:10:24 +00:00 |
|
Asbjørn Ulsberg
|
bee5cb519c
|
Time should be string
Turn `time` into strings to fix the following problem:
The property '#/updates/0/schedule/time' of type integer did not match the following type: string
https://github.com/plantuml/plantuml/runs/3203943115
|
2021-07-31 13:05:56 +02:00 |
|
Asbjørn Ulsberg
|
3739e8c589
|
Add Dependabot configuration for GitHub Actions
|
2021-07-30 14:50:26 +02:00 |
|
Asbjørn Ulsberg
|
8a22ae7f93
|
Add configuration for Dependabot native
|
2021-07-30 14:49:47 +02:00 |
|
matthew16550
|
b6b8f7f537
|
Use GitHub workflow to attach JAR to GitHub Releases (resolves #557).
|
2021-05-23 15:30:08 +10:00 |
|
Arnaud Roques
|
c4540da8d7
|
Add a first Github Action for JUnit
|
2021-03-21 14:03:23 +01:00 |
|