Skip to content

Commit

Permalink
chore(release): switching to simple release type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Jan 31, 2025
1 parent 7fab73b commit 9eb989a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flow-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# The PAT is needed to run required checks on the release PR.
# If a PR is created with the GITHUB_TOKEN, it will not trigger workflows.
token: ${{ secrets.MYKSO_BOT_GITHUB_TOKEN }}
manifest-file: .version.json
release-type: simple
outputs:
release_created: ${{ steps.release.outputs.release_created }}

Expand Down
3 changes: 0 additions & 3 deletions .version.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgs,
self,
}: let
baseVersion = (builtins.fromJSON (builtins.readFile "${self}/.version.json")).".";
baseVersion = builtins.readFile "${self}/version.txt";
commit = self.shortRev or self.dirtyShortRev or "unknown";
version = "${baseVersion}-${commit}";
in
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.4.0

0 comments on commit 9eb989a

Please sign in to comment.