Support Immutable GitHub Releases
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 70/100
Research direction
Start by locating the repository's release workflow and identify the step that creates releases and collects binary assets. Update that release path to use the immutable GitHub Release command shown in the issue, then verify that all expected binaries are uploaded and the workflow completes successfully.
Written by the indexing model from the issue text.
Description
As suggested by @jtmcdole in https://github.com/flutter/skills/pull/158#discussion_r3429450916:
For another version:
- We can mark releases as immutable. GitHub will make the sha256 for us. Binaries cannot change.
- It means we upload all binaries in the release step like this:
- name: Create Immutable GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.ref_name }} ./all-assets/* \
--title "Release ${{ github.ref_name }}" \
--generate-notes
- Dominant language
- Dart
- Stars
- 3k
- Forks
- 180
- Avg merge
- 5d 29m
- Merged PRs (30d)
- 6
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from flutter/agent-plugins
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
flutter/agent-plugins#239 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
flutter/agent-plugins#233 ·
-
Documentation P2
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
flutter/agent-plugins#100 ·
-
Linter P2
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
flutter/agent-plugins#92 ·
-
flutter/agent-plugins#218 · 1 assignee ·
All issues in flutter/agent-plugins
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
code quality good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Suwayomi/Suwayomi-Tsumiru#479 ·
-
Build Failure: agora_rtc_engine compiled against android-31 while dependencies require android-34+ Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
conceptadev/noir#95 ·