Skip to content

Commit

Permalink
Add helper script for creating GitHub releases using gh
Browse files Browse the repository at this point in the history
Problem: Some of our projects have a job in the CI pipeline that creates
GitHub release with some release artifacts. We'd like to unify the
approach for creating such releases.

Solution: Add autorelease script to 'lib.github.autorelease'.
  • Loading branch information
rvem committed Sep 20, 2023
1 parent 1eb165e commit e12a132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions overlay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,6 @@ in
'';
};
};

github = import ./github { inherit (final) gh git; };
}

0 comments on commit e12a132

Please sign in to comment.