Compare commits

...

2 commits

Author SHA1 Message Date
D. Moonfire 899ad6acc2 build: adding semver-tool to flake
Some checks failed
deploy / deploy (push) Failing after 4m44s
2024-03-07 23:49:31 -06:00
D. Moonfire 9b1e5f7807 ci: bumping version twice 2024-03-07 23:49:00 -06:00
29 changed files with 39 additions and 26 deletions

View file

@ -39,6 +39,7 @@
pkgs.jq
pkgs.dotnet-sdk
pkgs.git
pkgs.semver-tool
]
++ project-config.packages;

8
src/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# nixago: ignore-linked-files
/treefmt.toml
/.prettierrc.json
/lefthook.yml
/.conform.yaml
# mfgames-project-setup: ignore-files
/.direnv/

4
src/.prettierignore Normal file
View file

@ -0,0 +1,4 @@
# mfgames-project-setup: ignore-files
/LICENSE.md
/DCO.md

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "14.1.5",
"version": "14.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Crypto-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.1.5",
"version": "3.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Gallium-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.5",
"version": "2.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.IO-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.5",
"version": "2.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Locking-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.5",
"version": "2.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Markdown.Gemtext-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.5",
"version": "2.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Markdown-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Calendar-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Exec-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Feeds-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Gemtext-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Generators-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Handlebars-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Html-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.IO-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Json-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Markdown-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Slugs-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "",
"version": "0.0.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.SpectreConsole-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Temporal.Schedules-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Temporal-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride.Yaml-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Nitride-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.1.5",
"version": "1.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.Serilog.SpectreExpressions-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1.5",
"version": "2.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.TestSetup-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "5.1.5",
"version": "5.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.ToolBuilder.Tables-{version}" }

View file

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "5.1.5",
"version": "5.3.0",
"pathFilters": ["."],
"publicReleaseRefSpec": ["^refs/heads/main$", "^refs/heads/vd+(?:.d+)?$"],
"release": { "tagName": "MfGames.ToolBuilder-{version}" }