diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json
new file mode 100644
index 0000000..c04b615
--- /dev/null
+++ b/.github/release-please/.release-please-manifest.json
@@ -0,0 +1,3 @@
+{
+ ".": "1.0.0"
+}
\ No newline at end of file
diff --git a/.github/release-please/release-please-config.json b/.github/release-please/release-please-config.json
new file mode 100644
index 0000000..0cbea8c
--- /dev/null
+++ b/.github/release-please/release-please-config.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
+ "release-type": "simple",
+ "include-component-in-tag": false,
+ "changelog-path": "notes/CHANGELOG.md",
+ "packages": {
+ ".": {
+ "extra-files": [
+ "notes/VERSION.md"
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
new file mode 100644
index 0000000..24306d4
--- /dev/null
+++ b/.github/workflows/release.yml
@@ -0,0 +1,31 @@
+name: Release Workflow
+
+on:
+ push:
+ branches:
+ - main
+
+permissions:
+ contents: write
+ pull-requests: write
+
+jobs:
+ release-please:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: googleapis/release-please-action@v4
+ id: release
+ with:
+ # this assumes that you have created a personal access token
+ # (PAT) and configured it as a GitHub action secret named
+ # `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
+ # token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ github.token }}
+ config-file: .github/release-please/release-please-config.json
+ manifest-file: .github/release-please/.release-please-manifest.json
+ # this is a built-in strategy in release-please, see "Action Inputs"
+ # for more options
+ # release-type: simple
+
+
+
diff --git a/README.md b/README.md
index 9e613c5..394b898 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
Nulla nobis dicta iste minus dolor repellendus aspernatur atque
+
diff --git a/notes/CHANGELOG.md b/notes/CHANGELOG.md
index bf42e97..4b5d1df 100644
--- a/notes/CHANGELOG.md
+++ b/notes/CHANGELOG.md
@@ -1,21 +1,13 @@
# Changelog
-All notable change to this project will be documented in this file.
+>[!NOTE]
+> This file and it's version format is automatically
+> generated by [Please-Release](https://github.com/googleapis/release-please-action),
+> and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.2.14](https://github.com/ScottKirvan/ReleasePleaseTest/compare/v1.2.13...v1.2.14) (2024-12-13)
-## [Unreleased]
-## [0.0.1] - 2023-01-06
-### Added
-- initial repo/template check-in
+### Bug Fixes
------------------------------------------------------------------------------
-## Changelog Template:
-- ***Added*** - for new features.
-- ***Changed*** - for changes in existing functionality.
-- ***Depricated*** - for soon-to-be removed features.
-- ***Removed*** - for now removed features.
-- ***Fixed*** - for any bug fixes.
-- ***Refactored*** - no functional changes, just cleanup or reorganizing.
-- ***Security*** - in case of vulnerabilities.
\ No newline at end of file
+* change where my version info gets written ([75d58cb](https://github.com/ScottKirvan/ReleasePleaseTest/commit/75d58cb57ec461a179962bd2d29c115675b881a6))
+* triggering a release ([dbe3ba9](https://github.com/ScottKirvan/ReleasePleaseTest/commit/dbe3ba949ddcd18d1584099d9f56963b1da10404))
diff --git a/notes/VERSION.md b/notes/VERSION.md
new file mode 100644
index 0000000..18783e9
--- /dev/null
+++ b/notes/VERSION.md
@@ -0,0 +1,3 @@
+
+version=1.2.14
+
diff --git a/notes/test.md b/notes/test.md
index 2f8e98f..6bf759b 100644
--- a/notes/test.md
+++ b/notes/test.md
@@ -61,6 +61,22 @@ _This is italic text_
>> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows.
+## Callouts / Alerts
+
+> [!NOTE]
+> Useful information that users should know, even when skimming content.
+
+> [!TIP]
+> Helpful advice for doing things better or more easily.
+
+> [!IMPORTANT]
+> Key information users need to know to achieve their goal.
+
+> [!WARNING]
+> Urgent info that needs immediate user attention to avoid problems.
+
+> [!CAUTION]
+> Advises about risks or negative outcomes of certain actions.
## Lists
@@ -193,7 +209,7 @@ see [how to change output](https://github.com/markdown-it/markdown-it-emoji#chan
Footnote 1 link[^first].
-Footnote 2 link[^second].
+Footnote 2 link[^2].
Inline footnote^[Text of inline footnote] definition.
@@ -203,7 +219,7 @@ Duplicated footnote reference[^second].
and multiple paragraphs.
-[^second]: Footnote text.
+[^2]: Footnote text.
### [Definition lists](https://github.com/markdown-it/markdown-it-deflist)