Prepare v0.1.5 release metadata
This commit is contained in:
parent
f3e3a9b779
commit
d94365cc56
3 changed files with 10 additions and 10 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=vcom
|
pkgname=vcom
|
||||||
pkgver=0.1.0
|
pkgver=0.1.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Terminal file manager inspired by Midnight Commander"
|
pkgdesc="Terminal file manager inspired by Midnight Commander"
|
||||||
arch=("x86_64" "aarch64")
|
arch=("x86_64" "aarch64")
|
||||||
|
|
|
||||||
16
README.md
16
README.md
|
|
@ -64,21 +64,21 @@ go build -o vcom ./cmd/vcom
|
||||||
Run directly from the flake:
|
Run directly from the flake:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:vrubelroman/vcom?ref=v0.1.4
|
nix run github:vrubelroman/vcom?ref=v0.1.5
|
||||||
```
|
```
|
||||||
|
|
||||||
Install into user profile:
|
Install into user profile:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix profile add github:vrubelroman/vcom?ref=v0.1.4
|
nix profile add github:vrubelroman/vcom?ref=v0.1.5
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debian / Ubuntu
|
### Debian / Ubuntu
|
||||||
|
|
||||||
Download the release `.deb` for `v0.1.4`, then install:
|
Download the release `.deb` for `v0.1.5`, then install:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install ./vcom_0.1.4_amd64.deb
|
sudo apt install ./vcom_0.1.5_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
Install a Nerd Font (example):
|
Install a Nerd Font (example):
|
||||||
|
|
@ -130,7 +130,7 @@ Built-in themes:
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
Pushing a tag like `v0.1.4` triggers GitHub Actions release workflow (`.github/workflows/release.yml`) which:
|
Pushing a tag like `v0.1.5` triggers GitHub Actions release workflow (`.github/workflows/release.yml`) which:
|
||||||
|
|
||||||
- runs tests
|
- runs tests
|
||||||
- vendors Go modules
|
- vendors Go modules
|
||||||
|
|
@ -140,9 +140,9 @@ Pushing a tag like `v0.1.4` triggers GitHub Actions release workflow (`.github/w
|
||||||
|
|
||||||
Release artifacts:
|
Release artifacts:
|
||||||
|
|
||||||
- `vcom-v0.1.4-x86_64-unknown-linux-gnu.tar.gz`
|
- `vcom-v0.1.5-x86_64-unknown-linux-gnu.tar.gz`
|
||||||
- `vcom_0.1.4_amd64.deb`
|
- `vcom_0.1.5_amd64.deb`
|
||||||
- `vcom-v0.1.4-checksums.txt`
|
- `vcom-v0.1.5-checksums.txt`
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
packageBase = pkgs.buildGoModule {
|
packageBase = pkgs.buildGoModule {
|
||||||
pname = "vcom";
|
pname = "vcom";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue