Skip to content

Commit

Permalink
feat(350): install semver via asdf
Browse files Browse the repository at this point in the history
References #252, #350.
  • Loading branch information
smoyer64 committed Sep 19, 2022
1 parent ddd98f3 commit ed46ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions roles/asdf/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ tools:
- { name: "nancy", version: "{{ nancy_version }}"}
- { name: "protoc-gen-go", version: "{{ protoc_gen_version }}"}
- { name: "protoc-gen-go-grpc", version: "{{ protoc_gen_grpc_version }}"}
- { name: "semver", version: "{{ semver_version }}"}
- { name: "skaffold", version: "{{ skaffold_version }}"}
- { name: "sops", version: "{{ sops_version }}"}
- { name: "swag", version: "{{ swag_version }}"}
Expand Down
4 changes: 1 addition & 3 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ nancy_version: latest
op_cli_version: latest
protoc_gen_version: latest
protoc_gen_grpc_version: latest
semver_version: latest
skaffold_version: latest
sops_version: latest
swag_version: latest
Expand Down Expand Up @@ -112,9 +113,6 @@ netbeans_version: 13
nodejs_version: 16.x
nodejs_repo: node_{{ nodejs_version }}

# 1Password
op_version: 2.6.0

#Pencil
pencil_version: 3.1.0.ga

Expand Down

0 comments on commit ed46ac6

Please sign in to comment.