1.0.46 • Published 2 years ago

semantic-release-interval v1.0.46

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Semantic Release Interval Plugin

npm Build Release codecov GitHub contributors semantic-release

The semantic-release-interval plugin provides functionality to trigger a new release if the oldest commit since the last release is over a certain age.

Read more about Semantic Release.

Note: The release determined by this package does not override any previous release analysis and short circuits if nextRelease is already defined.

Install

$ npm install -D semantic-release-interval

Basic Usage

The following example will generate a release if the oldest commit is more than 1 week old.

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    [
      "semantic-release-interval",
      {
        "units": "week",
        "duration": "1"
      }
    ]
  ]
}

Configuration Options

  • units: The unit of time to use. Can be day, week, month, year or hour.
  • duration: The duration to compare the oldest commit to.
  • release: The release type to use. Can be patch, minor, or major.
1.0.44

2 years ago

1.0.46

2 years ago

1.0.45

2 years ago

1.0.43

2 years ago

1.0.39

2 years ago

1.0.38

2 years ago

1.0.40

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.19

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago