Compare commits

...

8 commits
v0.0.1 ... main

Author SHA1 Message Date
D. Moonfire df44e38fc8 chore: ignoring releases file for website generation
Some checks failed
ci/woodpecker/manual/push Pipeline failed
2022-07-18 23:39:27 -05:00
D. Moonfire 3ac3fea413 ci(woodpecker): do not need dedicated release pipeline with semantic-release 2022-07-17 23:52:56 -05:00
semantic-release-bot 6fb1dd29d0 chore(release): v0.0.3 [CI SKIP] 2022-07-18 04:44:52 +00:00
D. Moonfire 731eaef441 fix(woodpecker): working on Gitea releases 2022-07-17 23:38:26 -05:00
semantic-release-bot 0a7c3da412 chore(release): v0.0.2 [CI SKIP] 2022-07-18 04:29:22 +00:00
D. Moonfire e2adf781d0 ci(woodpecker): fixing YAML glob 2022-07-17 23:22:16 -05:00
D. Moonfire 189a6a5562 fix(woodpecker): enabling build 2022-07-17 23:19:38 -05:00
D. Moonfire ab4e0ec541 ci(woodpecker): adding initial setup 2022-07-17 23:16:38 -05:00
5 changed files with 32 additions and 3 deletions

2
.gitignore vendored
View file

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

26
.woodpecker/push.yml Normal file
View file

@ -0,0 +1,26 @@
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
- nix develop --command scripts/test.sh
when:
event: [push, pull_request]
release:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- export DRONE="true" # Required to convince `env-ci` that it is a known CI
- git branch $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally
- nix develop --command scripts/release.sh
secrets:
- gitea_token
- git_credentials
when:
event: [push]
branch: main

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "untrusted-projects",
"version": "1.0.1",
"version": "0.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "untrusted-projects",
"version": "1.0.1",
"version": "0.0.3",
"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": "1.0.1",
"version": "0.0.3",
"private": true,
"scripts": {
"build:pdf": "mfgames-writing-format build pdf",

View file

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