Skip to content

Conversation

harshithad0703
Copy link
Contributor

No description provided.

}
const branch = config?.branch || 'main';
const host = stack?.host || config?.host || 'app.contentstack.com';
const appUrl = getAppUrlFromHost(host);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about non branch enabled stack ? do we need to consider that ?

@@ -0,0 +1,39 @@
const { regions } = require('@contentstack/cli-config/lib/utils/region-handler');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you name this file better, since the folder tells it that is a group of utilities, give name specific to its usage for better understanding such as "generate-bulk-publish-url.js"

@@ -1,11 +1,12 @@
{
"name": "@contentstack/cli-cm-bulk-publish",
"description": "Contentstack CLI plugin for bulk publish actions",
"version": "1.9.0",
"version": "1.9.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunil-lakshman its a new feature not a bug fix or a patch, for feature updates we have to bump the minor version, this should reflects in the contentstack package.json as well cli will get minor update

@shafeeqd959
Copy link
Contributor

@sunil-lakshman please mention the ticket number like fix/CS-123434, also please get @AniketDev7 tested this before merge it to development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants