Issues when releasing 1.4.12 / 1.4.13
See original GitHub issueIt was a long time since I did the last release and I might have forgotten something.
I tried to release 1.4.12 by changing the (hidden) draft release and labeling it 1.4.2
, but the Github Action workflow has failed with:
2022-05-04 19:48:12.146Z error [Sonatype]
java.io.IOException: Supplied file /home/runner/work/scapegoat/scapegoat/target/sonatype-staging/1.4.12+20-0d8e10c7-SNAPSHOT is a not an existing directory!
at org.sonatype.spice.zapper.fs.AbstractDirectory.<init>(AbstractDirectory.java:32)
at org.sonatype.spice.zapper.fs.DirectoryIOSource.<init>(DirectoryIOSource.java:68)
Not sure if this is some transient issue or some misconfiguration or what.
Will debug later.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Confirm that 1.4.13 was not a security release? #38 - GitHub
Hi @mrook - I'm talking about exploiting the CVE-2020-36193 vulnerability, the fixes for which do not work in versions 1.4.12 / 1.4.13 /...
Read more >Roundcube Project News - Latest Update Release Articles
Security update 1.4.13 released. 30 December 2021. We just published a security update to the LTS version 1.4 of Roundcube Webmail.
Read more >Wireshark 1.4.13 Release Notes
Versions affected: 1.4.0 to 1.4.12, 1.6.0 to 1.6.7. CVE-2012-2394. The following bugs have been fixed: User-Password - PAP decoding passwords longer than 16 ......
Read more >Release Summary - libpri-1.4.13
This release includes only bug fixes. The changes included were made only to address problems that have been identified in this release ......
Read more >Django 1.4.13 release notes
Django 1.4.13 fixes two security issues in 1.4.12. Caches may incorrectly be allowed to store and serve private data¶. In certain situations, Django...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Looks like it worked, e.g. https://repo1.maven.org/maven2/com/sksamuel/scapegoat/scalac-scapegoat-plugin_2.13.8/1.4.13/
OK. The workflow for 1.4.13 completed with success. Let’s observe if a Maven artifact shows up soon.