Compare commits

..

No commits in common. "main" and "v0.0.2" have entirely different histories.
main ... v0.0.2

5 changed files with 32 additions and 6 deletions

2
.gitignore vendored
View file

@ -1,5 +1,3 @@
releases.yml
*~
*.epub
*.mobi

29
.woodpecker/tag.yml Normal file
View file

@ -0,0 +1,29 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
tags: true
pipeline:
build:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/build.sh
when:
event: [tag]
tag: v*
gitea:
image: plugins/gitea-release
settings:
base_url: https://src.mfgames.com
files:
- "*.epub"
- "*.pdf"
- "*.html"
- "*.mobi"
secrets:
- source: gitea_token
target: plugin_api_key
when:
event: [tag]
tag: v*

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "untrusted-projects",
"version": "0.0.3",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "untrusted-projects",
"version": "0.0.3",
"version": "0.0.2",
"dependencies": {
"@mfgames-writing/clean-theme": "^4.0.2",
"@mfgames-writing/contracts": "^4.2.0",

View file

@ -1,7 +1,7 @@
{
"name": "untrusted-projects",
"description": "Thoughts and observations about the package ecosystems of software development.",
"version": "0.0.3",
"version": "0.0.2",
"private": true,
"scripts": {
"build:pdf": "mfgames-writing-format build pdf",

View file

@ -1,3 +1,2 @@
rm -f *.epub *.pdf
npm install --ci
npx semantic-release