nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

workflows: add build/release workflow #2743

Closed roman-khimov closed 5 months ago

roman-khimov commented 5 months ago

And rework release procedure a bit. Don't rely on external tools and make CHANGELOGs better.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (996b1ea) 28.88% compared to head (9c3c93e) 28.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2743 +/- ## ========================================== - Coverage 28.88% 28.86% -0.02% ========================================== Files 415 415 Lines 32478 32478 ========================================== - Hits 9380 9376 -4 - Misses 22255 22258 +3 - Partials 843 844 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

roman-khimov commented 5 months ago

Have you tested it?

There were some fixes, but release can be tested only with a release. It at the same time is very similar to what NeoGo does.