Skip to content

Commit

Permalink
Add changelog update to publishing steps (#14421)
Browse files Browse the repository at this point in the history
* Add changelog update to publishing steps

* Remove OPTIONAL
  • Loading branch information
jdpgrailsdev authored Jul 19, 2022
1 parent c63dbd4 commit 735f77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/connector-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ Once you've finished iterating on the changes to a connector as specified in its

* Then run the command `./gradlew :airbyte-config:init:processResources` to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information.

5. The new version of the connector is now available for everyone who uses it. Thank you!
5. If the `README.md` file of the connector contains a `Changelog` section, add the new version and relevant release information to the table in the section.
6. The new version of the connector is now available for everyone who uses it. Thank you!

### The /publish command

Expand Down

0 comments on commit 735f77d

Please sign in to comment.