apache / logging-log4j-kotlin

A Kotlin-friendly interface to log against the Log4j API
https://logging.apache.org/log4j/kotlin
Apache License 2.0
45 stars 11 forks source link

Release/1.4.0 #56

Closed rocketraman closed 6 months ago

vy commented 7 months ago

@rocketraman, CI will get triggered when you push your changes to a release/-prefixed branch of apache/logging-log4j-kotlin repository. Instead, you pushed your changes to the rocketraman/logging-log4j-kotlin repository. I presume you have sufficient rights for pushing commits to apache/logging-log4j-kotlin. Hence, please push your changes to the release/1.4.0 branch of apache/logging-log4j-kotlin repository.

rocketraman commented 6 months ago

@vy @ppkarwasz The deploy is failing:

Locating attachments matching the provided pattern: `'^.*/target/log4j-api-kotlin-'1.4.0'\.jar$'`
Attachments:
Error: Was expecting 1 attachments, found 0!
Tip: Have you already executed the Maven `package` goal?

Looks like maybe it is because the revision has some extra quote characters in it.

vy commented 6 months ago

@rocketraman, I have fixed the distribution attachment hiccup. Though later CI bumped to an SVN auth issue. Apparently INFRA-25071 is not completely implemented by INFRA. I have created INFRA-25272 to fix the issue.

vy commented 6 months ago

@rocketraman, @jvz, INFRA has fixed the broken GitHub secret. CI has completed successfully. You can proceed with the rest of the release instructions.

[I am closing this ticket, since it is not relevant anymore.]