Skip to content

Commit

Permalink
Merge pull request #72 from kellerkinderDE/chore/versionBump
Browse files Browse the repository at this point in the history
chore: [noticket] Bump version to 1.0.2
  • Loading branch information
lx-wnk authored Oct 9, 2023
2 parents ba24c5a + 9cdcfad commit 5f3bd33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test ${{ matrix.manifest }} example
run: |
cd ${GITHUB_WORKSPACE}/examples/${{ matrix.manifest }}
sed -i "s,kellerkinderDE/devenv-shopware?ref=v1.0.1,${GITHUB_REPOSITORY}?ref=${GITHUB_REF_NAME}," devenv.yaml
sed -i "s,kellerkinderDE/devenv-shopware?ref=v1.0.2,${GITHUB_REPOSITORY}?ref=${GITHUB_REF_NAME}," devenv.yaml
echo running on ${GITHUB_REPOSITORY} with ref ${GITHUB_REF_NAME}
direnv allow && direnv reload
devenv ci -vvv
Expand Down
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let
cfg = config.kellerkinder;

currentVersion = "v1.0.0";
currentVersion = "v1.0.2";

listEntries = path:
map (name: path + "/${name}") (builtins.attrNames (builtins.readDir path));
Expand Down
2 changes: 1 addition & 1 deletion examples/sw5/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixos-unstable
kellerkinder:
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.1
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.2
flake: false
phps:
url: github:fossar/nix-phps
Expand Down
2 changes: 1 addition & 1 deletion examples/sw6/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
nixpkgs:
url: github:NixOS/nixpkgs/nixos-unstable
kellerkinder:
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.1
url: github:kellerkinderDE/devenv-shopware?ref=v1.0.2
flake: false
phps:
url: github:fossar/nix-phps
Expand Down

0 comments on commit 5f3bd33

Please sign in to comment.