Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 0db9a1e

Browse files
committed
prepare release 0.3.0
1 parent 2079e94 commit 0db9a1e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ dist/
2020
*.deb
2121
*.buildinfo
2222
*.changes
23+
site

.goreleaser.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ nfpms:
2828
src: nasp.d/services/sample.yaml
2929
- dst: /etc/systemd/system/nasp.service
3030
src: deploy/nasp.service
31+
- dst: /usr/share/doc/nasp/LICENSE
32+
src: LICENSE
33+
- dst: /usr/share/doc/nasp/NOTICE
34+
src: NOTICE
3135
archives:
3236
- name_template: "{{ .ProjectName }}_agent_{{ .Version }}_{{.Os}}_{{.Arch}}"
3337
checksum:

deploy/debian-control

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Section: misc
22
Priority: optional
33
Standards-Version: 3.9.2
44
Package: nasp
5-
Version: 0.2.0
5+
Version: 0.3.0
66
Maintainer: Nasp maintainers <[email protected]>
77
Architecture: all
88
Depends: nasp-agent, nasp-kernel-module

0 commit comments

Comments
 (0)