Skip to content

Commit c4a8120

Browse files
chore(main): release 1.0.0 (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f16f4a8 commit c4a8120

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,48 @@ This changelog is automatically maintained by [Release Please](https://github.co
1010

1111
## Pre-release history
1212

13+
## 1.0.0 (2026-06-26)
14+
15+
16+
### Features
17+
18+
* add advanced issue search documentation ([e2634db](https://github.com/locus313/github-api-scripts/commit/e2634dbb1059eae5b90e88c850a769e76cbc4f62))
19+
* add CI workflow to handle documentation-only pull requests ([da4a2b4](https://github.com/locus313/github-api-scripts/commit/da4a2b4d6b09d6c8bd873e631d8d5ac45d9da73e))
20+
* add composite actions, automated releases, and Conventional Commits workflow ([f16f4a8](https://github.com/locus313/github-api-scripts/commit/f16f4a88c481bfa31df697604e3d41c5e6445890))
21+
* add Copilot skills and path-scoped instructions ([#11](https://github.com/locus313/github-api-scripts/issues/11)) ([4c7b045](https://github.com/locus313/github-api-scripts/commit/4c7b045bae258314f374b92a30e0d628a1b521be))
22+
* add GitHub API helpers for organization management and enhance existing functions ([35a40a1](https://github.com/locus313/github-api-scripts/commit/35a40a1268539a99f414e11d32cc235924aef0d3))
23+
* add github-organize-stars script for organizing starred repositories into GitHub Lists ([00f3ad0](https://github.com/locus313/github-api-scripts/commit/00f3ad04ea5b3a227946eb24dcd9c60b972d0f4d))
24+
* add pre-commit hooks for secret scanning and shell script security checks ([032685f](https://github.com/locus313/github-api-scripts/commit/032685f70f0be425075a3f6a3a26839de1bba16f))
25+
* add repository name filtering option for permission management script ([761a84b](https://github.com/locus313/github-api-scripts/commit/761a84beaf3c217e715562773bca925321f1f3ba))
26+
* add script to programmatically install enterprise-owned GitHub App ([f9f5e0c](https://github.com/locus313/github-api-scripts/commit/f9f5e0c50e030b7be9dfa56eeca9eb1a7453cdee))
27+
* create issue templates for consistent reporting ([e2634db](https://github.com/locus313/github-api-scripts/commit/e2634dbb1059eae5b90e88c850a769e76cbc4f62))
28+
* **docs:** add comprehensive Copilot instructions for GitHub API scripts ([42a6622](https://github.com/locus313/github-api-scripts/commit/42a66227ba9d220b79e3bbf2645ecbcaa1dd1a1b))
29+
* document sub-issues and parent issues functionality ([e2634db](https://github.com/locus313/github-api-scripts/commit/e2634dbb1059eae5b90e88c850a769e76cbc4f62))
30+
* enhance documentation and error handling across scripts for improved usability and validation ([5aa10f7](https://github.com/locus313/github-api-scripts/commit/5aa10f7cf2ab882367b2458bfab631fa60a2ff63))
31+
* enhance error handling by adding informative messages for missing environment variables ([bb511bd](https://github.com/locus313/github-api-scripts/commit/bb511bd7560994b56aaf120c31644d54ff4fc32a))
32+
* enhance scripts with validation functions and improve reporting output ([c57e562](https://github.com/locus313/github-api-scripts/commit/c57e56266e65e3f82fbaf62d281462a9a7aa244b))
33+
* enhance validation and payload handling across multiple scripts ([7a22e3c](https://github.com/locus313/github-api-scripts/commit/7a22e3c83117352366affbf331e49365e27b82dc))
34+
* enhance validation for user inputs and improve error handling across scripts ([d7e0c44](https://github.com/locus313/github-api-scripts/commit/d7e0c44837ee937934b159aabbe0b207571ffb13))
35+
* **GH:** add sponsor link ([#6](https://github.com/locus313/github-api-scripts/issues/6)) ([e71f11c](https://github.com/locus313/github-api-scripts/commit/e71f11cfb13c1f93d798efd37587570d56efbc7c))
36+
* implement GitHub release skill documentation ([e2634db](https://github.com/locus313/github-api-scripts/commit/e2634dbb1059eae5b90e88c850a769e76cbc4f62))
37+
* introduce github-add-repo-permissions script for flexible team permission management ([b5c651d](https://github.com/locus313/github-api-scripts/commit/b5c651dee021502c00ed17a792147e696b6cc141))
38+
* make repo AI-ready ([#10](https://github.com/locus313/github-api-scripts/issues/10)) ([af1a0e4](https://github.com/locus313/github-api-scripts/commit/af1a0e44cfa5e818ce4aab1422dc862aeaec2fe3))
39+
* **README:** description and installation ([#3](https://github.com/locus313/github-api-scripts/issues/3)) ([5bf42eb](https://github.com/locus313/github-api-scripts/commit/5bf42ebbe5df81951b167782b6f3e8b79ee20c4d))
40+
* **Script:** initial github-add-repo-admin.sh ([#5](https://github.com/locus313/github-api-scripts/issues/5)) ([0f46010](https://github.com/locus313/github-api-scripts/commit/0f460102b67f9711f9b3d8235da3867d8e2a2a14))
41+
* **Script:** initial github-get-consumed-licenses.sh ([#8](https://github.com/locus313/github-api-scripts/issues/8)) ([dedf034](https://github.com/locus313/github-api-scripts/commit/dedf034c72236a7f391a680db13c85d134459810))
42+
* **Script:** initial github-import-repo.sh ([#1](https://github.com/locus313/github-api-scripts/issues/1)) ([2fa4c1a](https://github.com/locus313/github-api-scripts/commit/2fa4c1a9725f6dae66691227b5fd9315adc84670))
43+
* **Script:** initial github-monthly-issues-report.sh ([#4](https://github.com/locus313/github-api-scripts/issues/4)) ([c0cf62d](https://github.com/locus313/github-api-scripts/commit/c0cf62d33c18e4640e207006f5bec75b28c4f9ad))
44+
* **Script:** initial github-repo-from-template.sh ([#2](https://github.com/locus313/github-api-scripts/issues/2)) ([0143bce](https://github.com/locus313/github-api-scripts/commit/0143bceae0e13452f1f480ee8d7a29540e2e86e5))
45+
* update README with GitHub Actions integration examples and improve script usage instructions ([c5716e9](https://github.com/locus313/github-api-scripts/commit/c5716e922347ca11b81c7d2d536416124c6bbf06))
46+
47+
48+
### Bug Fixes
49+
50+
* improve echo messages and formatting for better readability in scripts ([b547df5](https://github.com/locus313/github-api-scripts/commit/b547df56490eb05250537edca4f524ab00203c64))
51+
* improve JWT signing error handling and response parsing in installation script ([c9a3810](https://github.com/locus313/github-api-scripts/commit/c9a3810fb8b6c6869e88893c9af6f2cf64761682))
52+
* open PR instead of pushing directly to protected main branch ([#14](https://github.com/locus313/github-api-scripts/issues/14)) ([37982f2](https://github.com/locus313/github-api-scripts/commit/37982f260b2b5306ca390c4f7e6b8fcdd1e40f8b))
53+
* update shebang from /bin/bash to /usr/bin/env bash in multiple scripts ([bcdc7db](https://github.com/locus313/github-api-scripts/commit/bcdc7dba96881a7e300746aac71a69de487b3ebd))
54+
1355
### 2026-06-26
1456

1557
- feat: composite `action.yml` for all 16 automation scripts — each script is now usable as a `uses:` step in GitHub Actions workflows, enabling Dependabot to track and bump version pins automatically
@@ -118,4 +160,3 @@ This changelog is automatically maintained by [Release Please](https://github.co
118160
- `github-repo-from-template` — creates a private repo from a template, assigns admin teams, and invites a CD user
119161
- `github-monthly-issues-report` — generates an HTML report of issues created in a date range with label/timeline tracking
120162
- README with project overview and installation instructions
121-

0 commit comments

Comments
 (0)