From c7ff74fe60f09e8ee6300b63b4ac91944bc39140 Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Thu, 12 Oct 2023 14:12:36 +0900 Subject: [PATCH] revert --- CHANGELOG.md | 87 -------------------------------------------------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c121068f..43b479be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,93 +4,6 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [2023.10.12] - -TODO - -* 563c4c9 revisit format -* 3871165 2023.10.12: TODO -* 84ed190 revert -* 6ef1dea Merge branch 'refactor_deploy' of github.com:Robpol86/robpol86.com into refactor_deploy -* 8223393 run-name -* a52f664 2023.10.12: TODO -* cbe4165 done -* 1318767 one two -* 93f75ed revert; error -* 29e0ea6 2023.10.12: TODO -* b57106f setFailed -* 8a752fa revert -* dce5484 Merge branch 'refactor_deploy' of github.com:Robpol86/robpol86.com into refactor_deploy -* bd60ace concurrency entire workflow -* 0ca14f2 error message Tag already exists -* 5bd05eb 2023.10.12: TODO -* e52f883 eliminate graph branching -* 386cfcb revert -* 0037451 Merge branch 'refactor_deploy' of github.com:Robpol86/robpol86.com into refactor_deploy -* aeb5aa1 todo -* b3a353c 2023.10.12: TODO -* 7a28525 revert -* d192ff3 Merge branch 'refactor_deploy' of github.com:Robpol86/robpol86.com into refactor_deploy -* 9a58649 grep v -* 97747bd 2023.10.12: TODO -* 8b9b857 grep_me -* 20210de revert -* b604ab7 2023.10.12: TODO -* 85a9881 git log -* ee1fe03 todo -* 839a562 todo -* 51b884e revert -* 7fe85b9 2023.10.12: TODO -* 1ea4a04 commit directly to branch -* 28de214 release_title -* 98f8755 todo -* a3fda5b todo -* 0e140be release -* eff908e ref_name -* 5323ed1 ref_name -* bb0e93c head_ref -* 14299c0 Test -* 89ea3b2 TODO -* 9fe67d6 fix -* cdc1bd8 investigate -* 3394940 commit down the graph -* ac2b780 rename -* e5c89ac no longer needed -* 9eeba17 commit and push to branch -* cce3cef bump version -* 2241494 style -* 1ac05fa fix -* 17b72aa update changelog.md -* 8430cf4 wip -* 013ce51 envsubst -* 3eea565 todo -* 0771114 bump -* b27a1f7 todos -* 4c0055c download HTML -* f947858 secrets inherit -* 57b9fc4 deploy release -* 6dd0b95 todo -* 03c8b89 fix -* dd38b7b generate changelog wip -* 56f434c style -* 7a57878 cleanup -* 74a5c35 concurrency -* 5a9a88a rsync do it -* 84015e4 deploy wip -* ba4bfc0 style -* 817d4e1 just build for now -* f44cef3 Reducing complexity (#220) -* 65c218e Reusable Workflows: build and diff (#219) -* aaf635b Fix deploy and HTML diff false positive (#218) -* 3542d8d Revisit GitHub Action Workflows (#215) -* 2d7c64d Pinning dependencies for now. (#214) -* 1dc0ef7 Updating transitive dependencies. (#213) -* 8899f56 Update Dependencies (#212) -* 73c17a3 Fix the build. (#211) -* 5a13dc9 Update dependencies. (#209) -* 3c77bcd Update dependencies. (#208) -* c0202e4 Fix missing backslash. (#207) - ## [2022.12.11] New post: Clutch Bleeder Block Replacement diff --git a/pyproject.toml b/pyproject.toml index 79863240..84710e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "Robpol86.com" -version = "2023.10.12" +version = "2022.12.11" description = "My personal website." readme = "README.md" authors = ["Robpol86 "]