Skip to content

Commit

Permalink
refactor!: merge Manifest and standard PR paths (#1104)
Browse files Browse the repository at this point in the history
refactor!: releasers are now "strategies", more logic moved into base classes
refactor!: Node 12 is now required
refactor!: manifest is now main entrypoint for release please, and logic is shared between mono-repo/split-repo flow
refactor!: versioning straregy now handled by VersionStrategies rather than regexes
Co-authored-by: bencoe@google.com <bencoe@google.com>
  • Loading branch information
chingor13 and bcoe committed Nov 23, 2021
1 parent 3aed884 commit fd8f9fc
Show file tree
Hide file tree
Showing 351 changed files with 18,777 additions and 55,615 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 15]
node: [12, 14, 15]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit fd8f9fc

Please sign in to comment.