Skip to content

Releases: AtidaTech/contentful-cli-release

1.0.0

Choose a tag to compare

@fciacchi fciacchi released this 04 Jun 16:59
6de5d52

What's Changed

  • Bumped Node minimum version to 22.x.x
  • Bumped contentful-management version to 12.x.x
  • Bumped contentful-lib-helpers version to 1.x.x
  • Removed fs and path from dependencies (now using Node built-ins)
  • Removed eslint plugins react, react-hooks and jsx-a11y
  • Fixed import of contentfulManagement library (removed .default for v12 compatibility)
  • Fixed insecure imports import('fs'), import('url'), import('path') to import('node:fs'), import('node:url'), import('node:path')
  • Fixed environment polling to use a Promise-wrapped interval with 60s timeout instead of a fire-and-forget setInterval
  • Added process.exit(0/1) for clean exit codes
  • Fixed typings path in annotations from dist/typings to dist/types
  • Fixed incomplete JSDoc type for contentful-lib-helpers import

Pull Request: #9
Full Changelog: 0.2.0...1.0.0

0.2.0

Choose a tag to compare

@fciacchi fciacchi released this 27 Aug 10:07
89bd9e8

What's Changed

Pull Request: #8

Full Changelog: 0.1.6...0.2.0

0.1.6

Choose a tag to compare

@fciacchi fciacchi released this 27 Jun 13:12
f100ad7

Pull Request: #7

0.1.5

Choose a tag to compare

@fciacchi fciacchi released this 19 Mar 10:17
6f5dc32

Pull Request: #6

0.1.4

Choose a tag to compare

@fciacchi fciacchi released this 24 Jan 13:05
13ddc9c

Pull Request: #5

0.1.3

Choose a tag to compare

@fciacchi fciacchi released this 03 Jan 12:26
ad00234
  • Fixing issue with images on NpmJS

Pull Request: #4

0.1.2

Choose a tag to compare

@fciacchi fciacchi released this 01 Nov 15:28
174fd34
  • README: added images for Release strategies

Pull Request: #3

0.1.1

Choose a tag to compare

@fciacchi fciacchi released this 30 Oct 01:28
d70a0fd
  • README: additional documentation for Next.JS and GitHub Workflow
  • Additional action to get the Environment the master alias points to
  • Moved dotenv, minimist', fsandpath` to package.json dependencies

Pull Request: #2

0.1.0

Choose a tag to compare

@fciacchi fciacchi released this 29 Oct 22:01
5d6d28c

First release of Contentful CLI Release:

  • Minimum versions node 18, npm 9.5, CMA 7.5 and contentful-lib-helpers 0.3.0
  • Fully configurable command line tool for releasing
  • It includes 'duplicate' and 'delete' environments
  • 'sync-schedule' to sync actions between two releases
  • 'link alias' to point 'master' alias to a new release
  • Extensive README with documented Release Strategies

Pull Request: #1