Skip to content

Commit

Permalink
Merge branch 'main' into feature/msteams
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbriglia committed May 12, 2021
2 parents 9877b9a + bd6b041 commit e53e94a
Show file tree
Hide file tree
Showing 39 changed files with 63 additions and 48 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.27.1 (Tue May 11 2021)

#### 🐛 Bug Fix

- `@auto-it/slack`
- Remove `text` from non-app authed slack response [#1947](https://github.com/intuit/auto/pull/1947) ([@adierkens](https://github.com/adierkens))

#### Authors: 1

- Adam Dierkens ([@adierkens](https://github.com/adierkens))

---

# v10.27.0 (Fri May 07 2021)

:tada: This release contains work from a new contributor! :tada:
Expand Down
6 changes: 3 additions & 3 deletions Formula/auto.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Auto < Formula
desc "Generate releases based on semantic version labels on pull requests."
homepage "https://intuit.github.io/auto"
url "https://github.com/intuit/auto/releases/download/v10.27.0/auto-macos.gz"
version "v10.27.0"
sha256 "4ef5f2b7dfffe089ab2d6f0acad6f5f7d74e5acf94119622c101f06464f2c598"
url "https://github.com/intuit/auto/releases/download/v10.27.1/auto-macos.gz"
version "v10.27.1"
sha256 "88ebbb6a91e89111c5b5a601883b5784aefa92ab15ba0d1d50d2fa4a055822e3"

def install
libexec.install Dir["*"]
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex

```bash
# Download a platform specific version of auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.27.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.27.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.27.0",
"version": "10.27.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@auto-it/bot-list",
"main": "dist/index.js",
"description": "A list of bots for auto plugins to ignore",
"version": "10.27.0",
"version": "10.27.1",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/bin/index.js",
"types": "dist/index.d.ts",
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
"version": "10.27.0",
"version": "10.27.1",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/core",
"version": "10.27.0",
"version": "10.27.1",
"description": "Node API for using auto.",
"main": "dist/auto.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Shared utilities for parsing information from a package.json",
"version": "10.27.0",
"version": "10.27.1",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
Expand Down
2 changes: 1 addition & 1 deletion plugins/all-contributors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/all-contributors",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Automatically add contributors as changelogs are produced.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/brew/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/brew",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Automate the creation of Homebrew formulae.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/chrome",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Chrome publishing plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cocoapods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/cocoapods",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Use auto to version your cocoapod",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conventional-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/conventional-commits",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Conventional commit plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/crates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/crates",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Deploy Rust crates to crates.io",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/docker",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Facilitates publishing built images to a Docker Registry.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/exec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/exec",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Tap into select hooks and run a command on the terminal",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/first-time-contributor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/first-time-contributor",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Thank first time contributors for their work right in your release notes.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/gem",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gh-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/gh-pages",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Automate publishing to your gh-pages documentation website",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/git-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/git-tag",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Manage your projects version through just a git tag",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gradle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/gradle",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "A plugin that calls gradle-release-plugin with versioning information.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/jira",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Jira plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/magic-zero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/magic-zero",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "A plugin that closely adheres to semver versioning for 0.0.x and 0.x.y releases",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/maven",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Maven publishing plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/microsoft-teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/microsoft-teams",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Microsoft Teams plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/npm",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "NPM publishing plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/omit-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-commits",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Omit commits plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/omit-release-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-release-notes",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Omit release notes plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pr-body-labels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/pr-body-labels",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Allow outside contributors to indicate what semver label should be applied to the Pull Request",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/released/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/released",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Released plugin for auto. Comments with version + extra",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/s3",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Post your built artifacts to s3",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sbt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/sbt",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Publish Scala projects with sbt",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions plugins/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.27.1 (Tue May 11 2021)

#### 🐛 Bug Fix

- Remove `text` from non-app authed slack response [#1947](https://github.com/intuit/auto/pull/1947) ([@adierkens](https://github.com/adierkens))
- Update index.ts ([@adierkens](https://github.com/adierkens))

#### Authors: 1

- Adam Dierkens ([@adierkens](https://github.com/adierkens))

---

# v10.26.0 (Wed Apr 28 2021)

#### 🚀 Enhancement
Expand Down
10 changes: 0 additions & 10 deletions plugins/slack/__tests__/__snapshots__/slack.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ Object {
},
],
"link_names": true,
"text": "New Releases: 1.0.0 :tada:",
}
`;
Expand Down Expand Up @@ -476,7 +475,6 @@ Object {
},
],
"link_names": true,
"text": "New Releases: 1.0.0 :tada:",
}
`;
Expand Down Expand Up @@ -530,7 +528,6 @@ Object {
},
],
"link_names": true,
"text": "New Release: :tada:",
}
`;
Expand Down Expand Up @@ -577,7 +574,6 @@ Object {
},
],
"link_names": true,
"text": "New Release: :tada:",
}
`;
Expand Down Expand Up @@ -624,7 +620,6 @@ Object {
},
],
"link_names": true,
"text": "New Release: :tada:",
}
`;
Expand Down Expand Up @@ -671,7 +666,6 @@ Object {
},
],
"link_names": true,
"text": "New Releases: 1.0.0 :tada:",
}
`;
Expand Down Expand Up @@ -718,7 +712,6 @@ Object {
},
],
"link_names": true,
"text": "New Releases: 1.0.0 :tada:",
}
`;
Expand Down Expand Up @@ -765,7 +758,6 @@ Object {
},
],
"link_names": true,
"text": "New Release: :tada:",
}
`;
Expand Down Expand Up @@ -812,7 +804,6 @@ Object {
},
],
"link_names": true,
"text": "New Releases: 1.0.0 :tada:",
}
`;
Expand Down Expand Up @@ -864,6 +855,5 @@ Object {
},
],
"link_names": true,
"text": "New Releases: 1.0.0 :tada:",
}
`;
2 changes: 1 addition & 1 deletion plugins/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/slack",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Slack plugin for auto",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion plugins/slack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ export default class SlackPlugin implements IPlugin {
body: JSON.stringify({
...userPostMessageOptions,
link_names: true,
text: `${header} :tada:`,
// If not in app auth only one message is constructed
blocks: messages[0],
}),
Expand Down
2 changes: 1 addition & 1 deletion plugins/twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/twitter",
"version": "10.27.0",
"version": "10.27.1",
"main": "dist/index.js",
"description": "Twitter plugin for auto",
"license": "MIT",
Expand Down
Loading

0 comments on commit e53e94a

Please sign in to comment.