-
Hi,
Thank you for maintaining this great library! I noticed that version 2.1.2 of indicatorseekbar is available but hasn't been released on GitHub. Could you please publish the 2.1.2 release? This …
-
It would be extremely convenient having an option for a prebuilt module release per supported OS in the releases page.
It would make it rather quick not having to deal with installing build tools a…
-
Sites like https://newreleases.io/ track when there is a new release added and can notify. It's hard to tell when you add a new release here otherwise, it requires setting a crawler up on your wiki.
…
-
Do you want to make plugin releases on Github?
-
```
- name: Create tag
id: create_tag
run: |
tag_name="v1.0.${{ github.run_number }}"
git tag $tag_name
git push origin $tag_name
- n…
-
Some of our customers are unable to fetch provider binaries via get.pulumi.com and exclusively rely on GitHub releases, however we currently only create GitHub releases for tags.
-
Looking at https://github.com/JuliaDSP/DSP.jl/releases for the latest 0.7.10 it appears that the list of merged PRs is wrong. Example: It's stated that for 0.7.10 the PR #458 was merged, which made me…
-
### Feature description
The idea would be to introduce an automated release checklist workflow on Github actions to streamline our release process and minimize manual errors. The main goal is for a…
-
It's very very slow for some areas, for example: the users from China. So, I was wondering if it's possible to allow users download files from GitHub releases by `jsdelivr`.
-
### Why
- Now that the app is release it's time to rework our release piplines
- The most important parts about it are:
- We want a private listing for testing and a public listing to be able to …