diff --git a/.drone.yml b/.drone.yml index 88c7514..3eaabfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,19 @@ steps: path: /var/run/docker.sock commands: - sh -c 'docker build -t xena/tulpanomicon:$DRONE_COMMIT .' + - name: auto-release + image: xena/gitea-release:0.2.1 + settings: + auth_username: cadey + changelog_path: ./src/CHANGELOG.md + gitea_server: https://tulpa.dev + gitea_token: + from_secret: GITEA_TOKEN + when: + event: + - push + branch: + - master volumes: - name: book @@ -36,3 +49,7 @@ volumes: - name: dockersock host: path: /var/run/docker.sock + +--- + + diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..54d1a4f --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.13.0 diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 6ff79d2..3488db5 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,85 +1,89 @@ -## Changelog +# Changelog This changelog will also function as a bit of a bibliography for newly added content. -### 0.12.0 +## 0.13.0 -#### ADDED +Simplified release process and moved the CHANGELOG to the end of the book + +## 0.12.0 + +### ADDED - [On Coming Out as Plural](https://www.reddit.com/r/Tulpas/comments/ehnsan/on_coming_out_as_plural/?utm_source=share&utm_medium=ios_app&utm_name=iossmf) -### 0.11.4 +## 0.11.4 -#### FIXED +### FIXED - Fixed markdown headings -### 0.11.3 +## 0.11.3 -#### FIXED +### FIXED - made the PDF a bit better -### 0.11.2 +## 0.11.2 -#### ADDED +### ADDED - PDF version of the tulpanomicon -### 0.11.1 +## 0.11.1 -#### ADDED +### ADDED - [There is no try, only do](https://community.tulpa.info/thread-imposition-there-is-no-try-only-do) -### 0.11.0 +## 0.11.0 -#### ADDED +### ADDED - Parallel Processing section - [Abvieon's Parallel Processing Guide](https://docs.google.com/document/d/1Htb-QkrSu8_vBfLnfF_e_bngU0xZTqmDtM-KOtHmiZY/edit) - [Maya's Parallel Processing Guide](https://pastebin.com/xrAcvZdY) -#### FIXED +### FIXED - breathing gif now shows in the eBook version -### 0.10.2 +## 0.10.2 -#### ADDED +### ADDED - [Tulpamancer Lifehack: Dissociation for Switching](https://www.reddit.com/r/Tulpas/comments/dgjod1/looking_for_feedback_on_a_potentially_easier/) -### 0.10.1 +## 0.10.1 -#### ADDED +### ADDED - [So you wanna switch? Do you, really? Might be able to help that.](https://tulpa.io/so-you-wanna-switch-do-you-really-might-be-able-to-help-that) - [Controlled Switching](https://plgrey.github.io/2019-07-05-controlled-switching/2019-07-05-controlled-switching.html) -### 0.10.0 +## 0.10.0 -#### ADDED +### ADDED - [I Think We're Alone Now](https://docs.google.com/document/d/1LP_rveP9vhvomBkX5pHr-mFh9aREli3QQKC3D01q58o) - [List of bad reasons not to create a tulpa](https://pluralpearlsofwisdom.wordpress.com/2017/01/11/list-of-bad-reasons-not-to-create-a-tulpa/) - [Malfael's Guide to Visual Imposition](https://pastebin.com/bUTuLJvm) -#### FIXED +### FIXED - Moved the changelog to the front of the file -### 0.9.1 +## 0.9.1 -#### FIXED +### FIXED - Wonderland Immersion: a bit more detail based on feedback -### 0.9 +## 0.9 Lots of content, mostly considered complete until feedback proves otherwise. -#### ADDED +### ADDED - [Walking in Wonderland](https://community.tulpa.info/thread-walking-in-wonderland) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e430522..1215f0d 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,7 +2,6 @@ - [Introduction](./intro.md) - [eBook Download](./ebook.md) - - [Changelog](./CHANGELOG.md) - [Redditulpas Glossary](./redditulpas-glossary.md) - [Common Glossary](./common-glossary.md) - [Frequently Asked Questions](./faq_redditulpas.md) @@ -85,3 +84,4 @@ - [How to be the Best Host You Can](./how-to-be-the-best-host-you-can.md) - [Stylometric Survey for vocal tulpa](./stylometric-survey.md) - [Alyssa's List Of Many Thing To Do With Your Tulpa](./alyssa-list-things-to-do.md) +- [Changelog](./CHANGELOG.md) diff --git a/src/build.sh b/src/build.sh index 2861e92..b34d25c 100755 --- a/src/build.sh +++ b/src/build.sh @@ -2,7 +2,6 @@ FILES=' intro.md - CHANGELOG.md redditulpas-glossary.md common-glossary.md faq_redditulpas.md @@ -97,6 +96,8 @@ other_tips.md how-to-be-the-best-host-you-can.md stylometric-survey.md alyssa-list-things-to-do.md + +CHANGELOG.md ' set -x diff --git a/src/title.md b/src/title.md index f9e8ba6..81c45b4 100644 --- a/src/title.md +++ b/src/title.md @@ -1,5 +1,5 @@ --- -title: Tulpanomicon 0.12.0 +title: Tulpanomicon 0.13.0 author: Anonymous rights: Public Domain language: en-US