Commit 295ceb6
authored
pkg.pr.new fixes (#180)
* Add weekly beta release workflow and clean up publish workflow
- Introduced a new GitHub Actions workflow for weekly beta releases, scheduled every Thursday at 03:00 UTC, with manual trigger support.
- The workflow includes steps for installing dependencies, version bumping, and publishing to npm with a "beta" dist-tag.
- Removed the Continuous Release step from the existing publish workflow for clarity.
* Update pkg-pr-new to version 0.0.53 and modify workflows
- Added pkg-pr-new version 0.0.53 to package.json and updated pnpm-lock.yaml accordingly.
- Removed the deprecated pre-release workflow.
- Enhanced the publish workflow to include a Continuous Release step using pkg-pr-new for publishing packages.
* Add pkg.pr.new badge to README.md
- Included a new badge for pkg.pr.new in the README.md to enhance visibility of the package's status and updates.
* Fix syntax error in publish.yml workflow configuration
- Corrected the branches array syntax in the publish.yml file by adding a closing bracket to ensure proper workflow execution.
* Update repository URL in package.json for blocks package
- Changed the repository URL format in package.json from a git+https link to a standard https link for improved accessibility.1 parent 76c672b commit 295ceb6
File tree
6 files changed
+27
-30
lines changed- .github/workflows
- packages
- blocks
- lib
6 files changed
+27
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments