Skip to content

Commit

Permalink
Prepare for v1.0.3 (#99)
Browse files Browse the repository at this point in the history
Below is the draft release notes:

## What's Changed
* Add migration guide doc by @emcfarlane in
#74
* Set --debug when the action is using debug logging by @emcfarlane in
#78
* Set --source-control-url on push so that the push action now works by
default on enterprise GitHub instances by @nicksnyder in
#86

## New Contributors
* @doriable made their first contribution in
#98

**Full Changelog**:
v1.0.2...v1.0.3
  • Loading branch information
emcfarlane authored Jan 29, 2025
1 parent 3b9e8a6 commit b46cbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buf-action",
"version": "1.0.2",
"version": "1.0.3",
"description": "GitHub Action for buf",
"main": "src/main.ts",
"scripts": {
Expand Down

0 comments on commit b46cbc0

Please sign in to comment.