Commit 9af5bc3
authored
revert: restore manual release workflow (#9)
* feat: add custom styling and release automation
- Implement custom CSS injection and URL rewriting to allow users to style PDFs and fix cross-environment links.
- Add release-please GitHub Action to automate the release process and enable secure NPM publishing.
* improvement: Remove npm auth from yarn configuration
- Remove npmAlwaysAuth and npmAuthToken from .yarnrc.yml to improve security by avoiding explicit token references in configuration.
- Update yarn.lock and install state to ensure the dependency tree is consistent with the new configuration.
* revert: automated release-please workflow
- Reverts the commit that implemented release-please-action to simplify the release process.
- Removes the automated release-please workflow and replaces it with a manual version-check publish script.
- Restores manual version management in package.json to provide more direct control over the release cycle.1 parent e48ccaa commit 9af5bc3
3 files changed
Lines changed: 38 additions & 46 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments