Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic release #2304

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.38.5 (Sun Feb 05 2023)

#### 🐛 Bug Fix

- `@auto-it/protected-branch`
- delete branch after release [#2301](https://github.com/intuit/auto/pull/2301) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.1 (Sat Feb 04 2023)

#### 🐛 Bug Fix
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.38.4/auto-macos.gz"
version "v10.38.4"
sha256 "13380f6b942918e9ccafc0e18350497a3bdfbbf9b5b0ddc0a88d064f89b44970"
url "https://github.com/intuit/auto/releases/download/v10.38.5/auto-macos.gz"
version "v10.38.5"
sha256 "dc26426b89ffdd8c4ad8885801c919aabf7d19418da9290cd8a07eb6c2039a9c"

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.38.1/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.38.5/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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Allow outside contributors to indicate what semver label should be applied to the Pull Request",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions plugins/protected-branch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.38.5 (Sun Feb 05 2023)

#### 🐛 Bug Fix

- delete branch after release [#2301](https://github.com/intuit/auto/pull/2301) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- delete branch after release ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.0 (Sat Feb 04 2023)

#### 🚀 Enhancement
Expand Down
2 changes: 1 addition & 1 deletion plugins/protected-branch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/protected-branch",
"version": "10.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Handle Github branch protections",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"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.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Publish Scala projects with sbt",
"license": "MIT",
Expand Down
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.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Slack plugin for auto",
"license": "MIT",
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.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Twitter plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/upload-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/upload-assets",
"version": "10.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Upload assets plugin for auto",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/version-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/version-file",
"version": "10.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/vscode",
"version": "10.38.4",
"version": "10.38.5",
"main": "dist/index.js",
"description": "Publish an vscode extension",
"license": "MIT",
Expand Down