Skip to content

Commit b2e0083

Browse files
committed
[Docs] Updated developer workflow to use GitHub CLI for PR creation
1 parent daf5aa8 commit b2e0083

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/copilot-instructions.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ Tests are important while development. Whenever you add/update a functionality,
121121
- Each commit should be logically atomic
122122
- Format: `[Type] Short description` e.g., `[Feature] Add live data fetching for BSE` or `[Fix] Handle missing data edge case`
123123

124-
12. **Create a Pull Request (if applicable)**
125-
- Link to the original issue/requirement
126-
- Include summary of changes in PR description
124+
12. **Create a Pull Request using GitHub CLI**
125+
- Use: `gh pr create --title "..." --body "..."`
126+
- Title format: `[Type] Short description` (same as commit message)
127+
- Include in body:
128+
- Summary of changes
129+
- Link to original issue/requirement (if applicable)
130+
- Any testing notes or breaking changes
131+
- Example: `gh pr create --title "[Docs] Refined developer workflow" --body "Updates the developer workflow with explicit step sequence."`

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.30.2] - 2026-03-14
9+
10+
### Changed
11+
- Updated developer workflow to use GitHub CLI (gh) for PR creation
12+
- Added detailed examples for gh pr create command
13+
814
## [0.30.1] - 2026-03-14
915

1016
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jugaad-data"
7-
version = "0.30.1"
7+
version = "0.30.2"
88
requires-python = ">= 3.9"
99
authors = [{name = "jugaad-coder", email = "abc@xyz.com"}]
1010
description = "Free Zerodha API python library"

0 commit comments

Comments
 (0)