Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2587483733 | |||
575ec574dd |
@ -47,12 +47,12 @@ jobs:
|
||||
- name: Build
|
||||
run: >
|
||||
nix build
|
||||
#trevstack-linux-amd64
|
||||
#trevstack-linux-arm64
|
||||
#trevstack-linux-arm
|
||||
#trevstack-windows-amd64
|
||||
#trevstack-darwin-amd64
|
||||
#trevstack-darwin-arm64
|
||||
.#trevstack-linux-amd64
|
||||
.#trevstack-linux-arm64
|
||||
.#trevstack-linux-arm
|
||||
.#trevstack-windows-amd64
|
||||
.#trevstack-darwin-amd64
|
||||
.#trevstack-darwin-arm64
|
||||
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
|
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -51,12 +51,12 @@ jobs:
|
||||
- name: Build
|
||||
run: >
|
||||
nix build
|
||||
#trevstack-linux-amd64
|
||||
#trevstack-linux-arm64
|
||||
#trevstack-linux-arm
|
||||
#trevstack-windows-amd64
|
||||
#trevstack-darwin-amd64
|
||||
#trevstack-darwin-arm64
|
||||
.#trevstack-linux-amd64
|
||||
.#trevstack-linux-arm64
|
||||
.#trevstack-linux-arm
|
||||
.#trevstack-windows-amd64
|
||||
.#trevstack-darwin-amd64
|
||||
.#trevstack-darwin-arm64
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
@ -55,7 +55,7 @@ To use github actions for CI/CD, you'll need to create a fine-grained personal a
|
||||
- Contents (read and write)
|
||||
- Pull requests (read and write)
|
||||
|
||||
and change some settings for the repository:
|
||||
And change some settings for the repository:
|
||||
|
||||
- General -> Allow auto-merge: true
|
||||
- Rules -> Rulesets -> New ruleset
|
||||
@ -75,7 +75,7 @@ To use gitea actions for CI/CD, you'll need to create an [API token](https://doc
|
||||
- write:repository
|
||||
- write:package
|
||||
|
||||
and change some settings for the repository:
|
||||
And change some settings for the repository:
|
||||
|
||||
- Repository -> Delete pull request branch after merge by default: true
|
||||
- Branches -> Add New Rule
|
||||
|
4
client/package-lock.json
generated
4
client/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "trevstack",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.32",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "trevstack",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.32",
|
||||
"devDependencies": {
|
||||
"@bufbuild/protovalidate": "^0.1.1",
|
||||
"@connectrpc/connect": "^2.0.2",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "trevstack",
|
||||
"private": true,
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.32",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
@ -21,7 +21,7 @@
|
||||
...
|
||||
}: let
|
||||
pname = "trevstack";
|
||||
version = "0.0.31";
|
||||
version = "0.0.32";
|
||||
|
||||
build-systems = [
|
||||
"x86_64-linux"
|
||||
@ -127,7 +127,7 @@
|
||||
pname = "check-client";
|
||||
inherit version;
|
||||
src = ./client;
|
||||
npmDepsHash = "sha256-9FUZNG+LEGWop0zpmTPx9d6TUOzjAMtLnxiH6HY6Vz4=";
|
||||
npmDepsHash = "sha256-iY1tZjYYUETULfyDdq9sjAStzSKe3NZYpZ6F8Y1E00k=";
|
||||
dontNpmInstall = true;
|
||||
|
||||
buildPhase = ''
|
||||
@ -190,7 +190,7 @@
|
||||
client = pkgs.buildNpmPackage {
|
||||
inherit pname version;
|
||||
src = ./client;
|
||||
npmDepsHash = "sha256-9FUZNG+LEGWop0zpmTPx9d6TUOzjAMtLnxiH6HY6Vz4=";
|
||||
npmDepsHash = "sha256-iY1tZjYYUETULfyDdq9sjAStzSKe3NZYpZ6F8Y1E00k=";
|
||||
|
||||
installPhase = ''
|
||||
cp -r build "$out"
|
||||
|
@ -3,7 +3,7 @@ servers:
|
||||
- url: /grpc
|
||||
info:
|
||||
title: Trevstack API
|
||||
version: 0.0.31
|
||||
version: 0.0.32
|
||||
description: API for Trevstack
|
||||
contact:
|
||||
name: Trev
|
||||
|
Reference in New Issue
Block a user