13 Commits

Author SHA1 Message Date
4dd938b14b chore(changelog): update changelog for v0.1.3
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 11s
v0 v0.1.3
2025-07-09 19:44:41 +00:00
a6ddcbad86 chore(version): Updates version to 0.1.3
All checks were successful
Auto Changelog & Release / release (push) Successful in 15s
2025-07-09 21:44:24 +02:00
437af0b560 Refactor: Streamlines branch content replacement
- Removes `shopt -s dotglob` as it's no longer needed.
- Simplifies the branch content replacement process.
2025-07-09 21:44:24 +02:00
48b236b533 chore(changelog): update changelog for v0.1.2
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 12s
v0.1.2
2025-07-09 19:41:57 +00:00
7e0794315b chore(version): Updates version to 0.1.2
All checks were successful
Auto Changelog & Release / release (push) Successful in 15s
2025-07-09 21:41:42 +02:00
710dfb8fd4 chore(changelog): update unreleased changelog 2025-07-09 19:41:01 +00:00
552c33e89b chore: Allow script to continue despite errors
All checks were successful
Auto Changelog & Release / release (push) Successful in 14s
- The `|| true` ensures the script continues even if the increment
  operation fails. This prevents the script from halting if
  `CONVERTED` is unset.
2025-07-09 21:40:44 +02:00
65acd03fcb chore(changelog): update changelog for v0.1.1
All checks were successful
Create Major Version Tag / update-major-tag (release) Successful in 13s
v0.1.1
2025-07-09 19:29:46 +00:00
3ae20f2983 chore(version): bump to 0.1.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 15s
2025-07-09 21:29:31 +02:00
79380ce2cb chore(changelog): update unreleased changelog 2025-07-09 19:28:55 +00:00
46fda973d5 chore(version): add initial version file
All checks were successful
Auto Changelog & Release / release (push) Successful in 15s
- Introduces a VERSION file with the initial version set to 0.1.0
- Helps track the current version of the project
2025-07-09 21:28:40 +02:00
4c489fe5f2 feat(action): add Markdown to HTML publishing workflow
- Introduce a GitHub Action to convert Markdown files to HTML using Pandoc
- Configure steps for repository checkout, git setup, and branch management
- Include scripts for Markdown conversion, Pandoc installation, and git setup
- Automate the publishing of HTML output to a specified branch
2025-07-09 21:28:30 +02:00
93dda9a578 chore(workflows): add CI workflows and configuration files
- Add default merge message template for PRs
- Introduce workflow for major version tag creation on release
- Add workflow for auto changelog and release generation
- Add git-cliff configuration for changelog formatting
- Configure `.vscode` workspace settings and `.gitignore` updates
2025-07-09 21:28:18 +02:00