mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.83k stars 72 forks source link

feat: bump release workflow #493

Closed baszalmstra closed 1 year ago

baszalmstra commented 1 year ago

Adds a workflow that can be used to bump from a .dev release to a normal release. The workflow will create a PR with the changes.

codecov[bot] commented 1 year ago

Codecov Report

Merging #493 (85fd5fd) into main (fc67e9d) will decrease coverage by 0.09%. The diff coverage is n/a.

:exclamation: Current head 85fd5fd differs from pull request most recent head fefed03. Consider uploading reports for the commit fefed03 to get more accurate results

@@            Coverage Diff             @@
##             main     #493      +/-   ##
==========================================
- Coverage   87.09%   86.99%   -0.10%     
==========================================
  Files         275      275              
  Lines       31046    31046              
==========================================
- Hits        27040    27009      -31     
- Misses       4006     4037      +31     
Impacted Files Coverage Δ
crates/mun_memory/src/type/ffi/array.rs 68.49% <0.00%> (-19.18%) :arrow_down:
crates/mun_memory/src/type/ffi/pointer.rs 70.00% <0.00%> (-10.84%) :arrow_down:
crates/mun_memory/src/type/ffi/mod.rs 79.03% <0.00%> (-6.24%) :arrow_down:
crates/mun_memory/src/type/ffi/struct.rs 81.94% <0.00%> (+5.15%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Wodann commented 1 year ago

Instead of removing the -dev in this PR, do you want to test the workflows?

baszalmstra commented 1 year ago

Yes Smart