-
## :rotating_light: The automated release from the `main` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug…
-
Compiler error when building Automated Testing AssetBundlerBatch
**Steps to reproduce**
1. Build AssetBundlerBatch
`cmake --build build/tools --target AssetBundlerBatch --config profile -- -m` …
-
Please check - https://github.com/softprops/action-gh-release/
-
As people using different development environments contribute to this repository, it might be prudent to adopt an automated code formatter, or alternatively specify a code formatting guide, to allow f…
-
Reported by: **[uncoolbob](https://launchpad.net/~uncoolbob)**
Date: 2019-06-06T11:41:04Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: [lp1831884](https://bugs.launchpad.net/bugs/1831884)
T…
-
I haven't looked into it too much, but it appears to happen randomly, so could be an issue with the hidden fields shown for antispam.
-
## :rotating_light: The automated release from the `main` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug…
-
See https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
Furthermore, the packaging can be automated.
-
This issue describes several steps of the release process and an approach to fully automating it.
# Phar
Currently a phar file is built and pushed into the repo, according to the release docs fr…
-
What about automated releases?
Every commit to main branch can be a new version
Workflow:
```js
name: release
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses…