This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Conversation
The integration branch was renamed from release-vfork to master. Add master to push/pull_request triggers so CI runs automatically on push.
- Ignore AGENTS.md, .agents/ and skills-lock.json (local agent instructions) - Suppress modernize/newexpr linter suggestion (new() is not a valid replacement for github.Ptr() when the argument is a value, not a type)
…varela/github - Rewrite RELEASE.md with full CalVer process: GPG key setup, GitHub secrets configuration (GPG_PRIVATE_KEY + PASSPHRASE in the release environment), tag-and-push workflow, and verification steps - Document OpenTofu Registry auto-indexing via terraform-registry-manifest.json - Update README.md to point to vmvarela/github on both registries, add usage snippet with correct source address, and list fork-specific features - Simplify release-drafter version-resolver to patch-only (all labels resolve to patch, matching CalVer where the date carries the version) - Update .goreleaser.yml header comment to identify vmvarela/github namespace Closes #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #13
Sets up the documentation and configuration needed to publish and maintain
vmvarela/githubon both the Terraform Registry and the OpenTofu Registry.Changes
RELEASE.md— complete rewrite for this fork's CalVer process:releaseenvironment secrets setup (GPG_PRIVATE_KEY,PASSPHRASE)git tag vYY.MM.N && git push origin master --tags)ghandcurlREADME.md— updated to reflect this fork:vmvarela/githubon both Terraform and OpenTofu registriessource = "vmvarela/github"and CalVer constraint.github/release-drafter.yml— simplifiedversion-resolvertopatch-only: since version numbers are date-based (CalVer), major/minor bumping based on labels has no meaning here.goreleaser.yml— updated header comment to identify thevmvarela/githubnamespace and CalVer schemeAcceptance Criteria Coverage
master.github/workflows/release.yaml)registry.terraform.io/providers/vmvarela/githubmasterkept up to date with upstream + feature branches