Skip to content

Commit

Permalink
chore: ignore the snap dep pipeline kthx (#1388)
Browse files Browse the repository at this point in the history
<!-- For Coveo Employees only. Fill this section.

CDX-XXX

-->

## Proposed changes

<!--
Explains what are you changing in the code and provide links to relevant
issues.
This doesn't need to be over-technical, a good summary of the issues
with good explanations of the decisions should be enough.
 -->

## Breaking changes

<!--
    Remove this section if the PR does not include any breaking change

If your changes includes some breaking changes in the code, thoroughly
explains:
        - What are the breaking changes programmatically speaking.
- What is the impact on the end-user (e.g. user cannot do X anymore).
        - What motivates those changes.
-->

## Testing

- [ ] Unit Tests:
<!-- Did you write unit tests for your feature? If not, explains why?
-->
- [ ] Functionnal Tests:
<!-- Did you write functionnal tests for your feature? If not, explains
why? -->
- [ ] Manual Tests:
<!-- How did you test your changeset?  -->
  • Loading branch information
louis-bompart authored Oct 27, 2023
1 parent f69971c commit a11d187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/release/git-publish-all.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const commitMessage = dedent`
**/README.md
**/CHANGELOG.md
**/package.json
**/*.snap
README.md
CHANGELOG.md
package.json
Expand Down

0 comments on commit a11d187

Please sign in to comment.