Justin Hanselman

Results 12 issues of Justin Hanselman

Addresses https://github.com/semantic-release/semantic-release/issues/3146 # Summary Adds a set of integration tests where we throw an non semantic-release error from each plugin phase and check to see if the fail plugin is...

### Current behavior **Note: Creating this after realizing that I went the feature route too quickly instead of the bug route for people to see and discuss the solve: [Linked...

### Current behavior I had an issue where my npm registry was not permitting my token to publish. When this failed, my fail phases were not running because an error...

### New feature motivation In my use of semantic release, I have run into issues where one plugin does not play with another. Sometimes these are custom plugins that my...

So I recently came across an issue where my commit message couldn't actually include "branch.name". Upon further investigation, I found this section of the prepare code: https://github.com/semantic-release/git/blob/09200b1612cf4588ce7836b87a3fa31317c38783/lib/prepare.js#L65 ```typescript await commit(...

# Description I ran into this recently while setting up an example typescript cloudformation resource repository with a lot more tooling and documentation. What I had wanted to do was...

*Issue #, if available:* [Relates to issue 1046](https://github.com/aws-cloudformation/cloudformation-cli/issues/1046) *Description of changes:* While running cloudformation validation, if you add a README.md or anything into your `inputs/` folder, you will only find...

*Issue #, if available:* N/A *Description of changes:* This PR adds some helpful comments and changes to the base handler.ts template to help new users understand the contracts that each...

# Environment Knex version: 3.1.0 Database + version: Oracle 23ai (but all oracles) OS: Pop_Os @atiertant - Tagging as this is an oracle feature request # Feature discussion / request...

# Environment Knex version: 3.1.0 Database + version: any OS: any tag: @ lorefnon # Feature discussion / request 1. Knex mentions that migrations are run in a transaction by...