Skip to content

Commit 9d1e2cd

Browse files
committed
0.9.9
- fix: [108](#108) from [FlorianKirmaier](https://github.com/FlorianKirmaier) - thank you! - fix: run GitHub workflow on pull requests;
1 parent 305389c commit 9d1e2cd

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "CI"
22
on:
3-
push:
4-
branches:
5-
- '*'
6-
- '!master'
3+
# push:
4+
# branches:
5+
# - '*'
6+
# - '!master'
7+
pull_request:
8+
types: [opened, reopened, edited, synchronize]
79
jobs:
810
build:
911
name: "Build"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.9] - 2025-09-05
10+
- fix: https://github.com/dubinsky/scalajs-gradle/pull/108[108]
11+
from https://github.com/FlorianKirmaier[FlorianKirmaier] - thank you!
12+
- fix: run GitHub workflow on pull requests;
13+
914
## [0.9.8] - 2025-09-05
1015
- chore: Gradle 9.1.0-rc-2;
1116
- chore: dependency updates;

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,6 +2732,8 @@ https://github.com/dubinsky/scalajs-gradle/issues/34[bug report];
27322732
- https://github.com/tgodzik[tgodzik]
27332733
for https://github.com/gradle/gradle/pull/18001[adding]
27342734
Scala 3 support to Gradle - and for encouraging my work;
2735+
- https://github.com/FlorianKirmaier[FlorianKirmaier]
2736+
for encouragement and https://github.com/dubinsky/scalajs-gradle/pull/108[bug fixes];
27352737

27362738
I want to thank the authors, contributors, and maintainers of:
27372739

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.github.ben-manes.versions' version '0.52.0'
33
id 'scala'
44
id 'signing'
5-
id 'org.podval.tools.scalajs' version '0.9.7'
5+
id 'org.podval.tools.scalajs' version '0.9.8'
66
id 'com.gradle.plugin-publish' version '2.0.0'
77
}
88

0 commit comments

Comments
 (0)