From db6a9808082ca7f44039fad1229823908d8f9ea9 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 20 Apr 2022 00:01:44 -0500 Subject: [PATCH] fix: cleaning up some elements, adding getting started --- package.json | 2 +- release.config.js | 20 +++++++++----------- src/index.md | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index c234725..5520939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exit-planning", - "description": "Exit Planning thoughts and notes by D. Moonfire.", + "description": "Thoughts and observations when planning for death and serious injuries.", "version": "0.1.0", "private": true, "scripts": { diff --git a/release.config.js b/release.config.js index 487f8bb..c9f7172 100644 --- a/release.config.js +++ b/release.config.js @@ -8,7 +8,6 @@ module.exports = { plugins: [ [ "@semantic-release/commit-analyzer", - { preset: "conventionalcommits", }, @@ -23,15 +22,14 @@ module.exports = { ], "@semantic-release/changelog", "@semantic-release/git", - - [ - "@semantic-release/gitlab", - { - assets: [ - { path: "*.epub", label: "EPUB2", type: "other" }, - { path: "*.pdf", label: "PDF", type: "other" }, - ], - }, - ], + //[ + // "@semantic-release/gitlab", + // { + // assets: [ + // { path: "*.epub", label: "EPUB2", type: "other" }, + // { path: "*.pdf", label: "PDF", type: "other" }, + // ], + // }, + //], ], }; diff --git a/src/index.md b/src/index.md index 9b52861..24f40f2 100644 --- a/src/index.md +++ b/src/index.md @@ -6,7 +6,7 @@ This isn't one long document because the idea is to keep things to reasonable ch ⚠️ We are not lawyers. These is things to be aware of and experiences that have happened. In many cases, you might need a lawyer involved and we're not it. ⚠️ -The [introduction](./introduction.md) is a short essay on why planning for the end is important. It's a bit poetic, but seems like an easy way to explain why this was written and its purpose. We also have some [tenants](./tenants.md) which guide the process of creating an exit plan. +The [introduction](./introduction.md) is a short essay on why planning for the end is important. It's a bit poetic, but seems like an easy way to explain why this was written and its purpose. We also have some [tenants](./tenants.md) which guide the process of creating an exit plan. If you are in a hurry, then you can just look at some [getting started](./getting-started.md) suggestions. The next section, [circumstances](./circumstances.md), is the beginning to talk about the situations that happens when exit planning was needed. There are also additional issues when discussing [incapacitation](./incapacitation.md). Also, we talk about [time](./time.md) because that is critical to how we organize things.