Commit Graph

10 Commits (70e60923609e3e246369a32e31f882d83a4844b8)

Author SHA1 Message Date
Muhammad Atif Ali 70e6092360 chore: move update-version to ci
Eliminate the GitHub workflow for automatic README updates and adjust the README files to reflect the new version tag. This change streamlines the process by removing redundant steps and ensures explicit control over version increments.

chore: add dependabot.yml (#302)

chore(deps): bump oven-sh/setup-bun from 1 to 2 (#305)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Update checkout action to fetch all tags

Improve version update script to handle errors

- Change version increment logic to handle missing tags.
- Add error handling for version mismatches in README.md files.
- Display directories with changed files for better visibility.

Improve version bumping process in update script

By checking for diffs after processing each README.md, we can
ensure that only modified files trigger version bump messages.
This change also refines the status check to target README.md files
specifically, aiding in precise error handling.

Clarify update script comment for version bumping

Improve version check and output in scripts

- Enhance visibility of version mismatches by focusing git diff on README.md files.
- Use command substitution to improve clarity in conditional checks.

Apply suggestions from code review

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>

simplify

specify shell

Update ci.yaml

Update ci.yaml

Update update-version.sh

Update ci.yaml

Enhance version bump logic output in script

- Improve the clarity of version bump output by specifying current
  and incremented versions.
- Add additional message for unchanged README.md files.
10 months ago
Muhammad Atif Ali c2ec4cbfc6
chore: move update-version to ci 10 months ago
Muhammad Atif Ali 1ab53139b3
ci: fix ci permissions (#166) 1 year ago
Muhammad Atif Ali d66d7e994e
ci: set base branch for docs update PR (#155) 1 year ago
Muhammad Atif Ali b299f98161
ci: automate version bumps in module README.md files (#139)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 year ago
Muhammad Atif Ali 6b842004e6
ci: check for typos (#131) 1 year ago
Muhammad Atif Ali 1e3bd2b04b
Add formatting check for shell scripts (#106) 2 years ago
Kyle Carberry 0516c1b8ea
feat: add linting (#51)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2 years ago
Muhammad Atif Ali 34aedce094
fix: fix misc. issues (#45) 2 years ago
Kyle Carberry cb72a16221
feat: add test framework (#48)
* Add test framework

* Add aws-region tests

* Add azure-region tests

* Update CONTRIBUTING.md

* Add formatting

* Improve fmt

* Format Terraform
2 years ago