Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Added semantic and doc readme
  • Loading branch information
grrlopes committed May 22, 2023
1 parent 4eb676f commit 50ba66f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
.vscode/
.DS_Store
.idea/
dist/
26 changes: 26 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
main: main.go
changelog:
filters:
exclude:
- "^docs:"
- "^test:"
sort: asc
checksum:
name_template: "checksums.txt"
project_name: storydb
snapshot:
name_template: "{{ incpatch .Version }}-next"
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

Important changes will be written here.

## 0.1.0

### Added

- Initial project scaffolder
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 🚀 - Vault cmd-line terminal app

0 comments on commit 50ba66f

Please sign in to comment.