0.1.72 • Published 7 months ago

zardoy-release v0.1.72

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Publish Action

Yet another automatic release solution & changelog generator that is intended to work only with GitHub and have clean & configurable base, without unneeded layers of abstraction.

For now, I use it instead of semantic-release.This is some kind of rewritten version of semantic-release, more verbose config, better defaults and more deep integration with GitHub.

Highlights:

  • Works only with GitHub
  • uses GitHub API to fetch last tag and history of commits, instead of pulling full git history
  • Builtin presets for publishing to NPM and VSCode Marketplace
  • best possible TypeScript typing for the config

  • Better steps order:

    • get next version after analyzing commits
    • run build and test (even if no version bump)
    • if no version bump, exit
    • package and publish
    • new GitHub release and tag

But, the main difference is there is no real steps and plugins that define them. Presets do whatever they want in one step (package and publish).

Warning! Highly opinionated. bin entrypoint is intended to be run on main branch of GitHub action environment.

Special Flags

  • [go-stable] Bumps version to v1.0.0. Useful on unstableSemver strategy (default). If version is already 1.0.0 or higher, does nothing. TODO: allow without message
  • [publish] (Only if enabled in config). Publish only from latest tag to commit that starts with this flag.

But its not possible to combine them or with them. e.g. this would fail: WIP [publish]

Why not semantic-release

  • seamless integration with existing packages e.g. would fetch latest version from npm instead of starting with v1.0.0 of no tags found
  • starts v0.0.1 instead of making your package stable by default and remains to hold your package unstable (bumps minor only on BREAKING), until you mark as stable by special flag (see above)
  • runs test / linter / build for you only test and build scripts must be present. Linter script would be opinionated

TODO

  • prerelease
  • contribution channels
0.1.70

10 months ago

0.1.71

7 months ago

0.1.72

7 months ago

0.1.69

10 months ago

0.1.63

1 year ago

0.1.64

1 year ago

0.1.65

1 year ago

0.1.66

1 year ago

0.1.67

1 year ago

0.1.68

1 year ago

0.1.56

2 years ago

0.1.57

2 years ago

0.1.58

2 years ago

0.1.52

2 years ago

0.1.53

2 years ago

0.1.54

2 years ago

0.1.55

2 years ago

0.1.50

2 years ago

0.1.51

2 years ago

0.1.49

2 years ago

0.1.46

2 years ago

0.1.47

2 years ago

0.1.48

2 years ago

0.1.44

2 years ago

0.1.45

2 years ago

0.1.43

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.40

2 years ago

0.1.39

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.36

2 years ago

0.1.37

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.29

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.26

2 years ago

0.1.38

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago