From 3236a40e140ffab914e936ec318e022b2e514b1f Mon Sep 17 00:00:00 2001 From: Christopher Poile Date: Mon, 3 Jun 2019 18:37:22 -0400 Subject: [PATCH] MM-15817 Add custom-attributes as a bundled plugin (#11041) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a5fbef1628..57097cda43 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ TE_PACKAGES=$(shell go list ./...|grep -v plugin_tests) # Plugins Packages PLUGIN_PACKAGES=mattermost-plugin-zoom-v1.0.6 PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.0.0 +PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-github-v0.10.0 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.0