Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,934 contributions in the last year
Activity overview
Contributed to
Roave/BetterReflection,
laminas/automatic-releases,
Ocramius/ProxyManager
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in Ocramius/PackageVersions that received 2 comments
BC break: removed deprecated `PackageVersions\Versions::ROOT_PACKAGE_NAME` constant
…
This simplifies the tool to no longer be a plugin: PackageVersions\Versions is now a much simpler
class that is no longer generated/written to di…
+1
−1,660
•
2
comments
- Automatically generate changelog revision text if the changelog was not hand-crafted - do not commit if unchanged
- Updates README.md - automation is not laminas-specific
- Remove redundant infection configuration
- Check for changelog and/or pull contents from changelog using remote origin
- Update workflow documentation and examples
- Use ORGANIZATION_ADMIN_TOKEN for our own release action
- When using the REST API, send "token" authorization instead of "bearer"
- Idempotent operations for reading, checkout branch prior to writing
- Fix which branch the minor release bump in the changelog targets.
- Update Dockerfile to have modern toolchain
- Do not checkout the branch passed to `CommitFileViaConsole`
- Create new milestones
- When a new release is made, bump the `CHANGELOG` version in the next release branch and the originating release branch
- Provide the ability to log to STDERR
- Describe automatically create merge-up branches
- Allow using existing Keep-A-Changelog files for release notes
- Explain the needed scopes for the admin token
- Update readme with latest changes
- Use US spelling for organization
- Bump symfony/console from 4.4.10 to 4.4.11
Created an issue in webmozart/assert that received 6 comments
Add `positive-int` type assertion via `Assert::positiveInt()` or similar
Psalm now has the positive-int type, so we can add @psalm-assert positive-int $value on a public static function positiveInt(int $value): void.
Not…
6
comments
- `CHANGELOG.md` bump failed for branch with valid changelog?
- Whenever a `CHANGELOG.md` release date is set, also create a new "next release" block with the `TBD` in the date
- Ensure that merge-up PRs
- Create next milestones after a release is prepared
- Support pre-releases such as `1.0.0-alpha1`, `1.0.0-beta2`, `1.0.0-rc5`
- Automate release announcement on twitter
37
contributions
in private repositories
Aug 1 – Aug 27