File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " changeset " : patch
3
+ ---
4
+
5
+ update readme
Original file line number Diff line number Diff line change @@ -38,21 +38,7 @@ git push
38
38
39
39
### 2. Automated Release Process
40
40
41
- To get the most value out of ` changeset ` , use the GitHub workflows in (` .github/workflows ` )
42
-
43
- When you merge to your main branch, GitHub Actions will:
44
- 1 . Create or update a Release PR with:
45
- - Updated CHANGELOG.md files
46
- - Bumped version numbers
47
- - Consolidated PR description
48
- 2 . When the Release PR is merged:
49
- - Publish packages to PyPI
50
- - Create git tags
51
- - Create GitHub releases
52
-
53
- ## GitHub Actions Setup
54
-
55
- Add these workflows to your repository:
41
+ To get the most out of pychangeset, add these workflows to your repository:
56
42
57
43
### ` .github/workflows/changesets.yml `
58
44
You can’t perform that action at this time.
0 commit comments