Skip to content

Commit

Permalink
rename to release-up
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 4, 2022
1 parent 165db7c commit 6063178
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .release-me.json → .release-up.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"regex": {
"patterns": [
"/(?<=@)(.*)(?=\/)/gm",
"(?<=release-me\/)(.*)(?=\/cli)"
"(?<=release-up\/)(.*)(?=\/cli)"
]
},
"versionFile": {}
Expand Down
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ All notable changes to this project will be documented in this file.

## [0.0.1] - 2022-05-28

[0.2.1]: https://github.com/sylc/release-me/compare/0.2.1
[426f43a]: https://github.com/sylc/release-me/commit/426f43adda6c487cf7d82b7c427dbc9ab7ed764a
[0.2.0]: https://github.com/sylc/release-me/compare/0.2.0
[ade5620]: https://github.com/sylc/release-me/commit/ade562078141be72d2caf7522778749b8bb82746
[d4f08a2]: https://github.com/sylc/release-me/commit/d4f08a260c42f70026501cd80b2644c377912f24
[dde99a9]: https://github.com/sylc/release-me/commit/dde99a99fc75b11e3efd59c162d65445132beb2e
[4d75e14]: https://github.com/sylc/release-me/commit/4d75e14bd718d8378d27fff51fb7b5ea48b786f9
[0.1.1]: https://github.com/sylc/release-me/compare/0.1.1
[1f041eb]: https://github.com/sylc/release-me/commit/1f041ebd2dd227913054d31eb30adfebee9ef570
[0.1.0]: https://github.com/sylc/release-me/compare/0.1.0
[0.0.2]: https://github.com/sylc/release-me/compare/0.0.2
[0.0.1]: https://github.com/sylc/release-me/compare/0.0.1
[0.2.1]: https://github.com/sylc/release-up/compare/0.2.1
[426f43a]: https://github.com/sylc/release-up/commit/426f43adda6c487cf7d82b7c427dbc9ab7ed764a
[0.2.0]: https://github.com/sylc/release-up/compare/0.2.0
[ade5620]: https://github.com/sylc/release-up/commit/ade562078141be72d2caf7522778749b8bb82746
[d4f08a2]: https://github.com/sylc/release-up/commit/d4f08a260c42f70026501cd80b2644c377912f24
[dde99a9]: https://github.com/sylc/release-up/commit/dde99a99fc75b11e3efd59c162d65445132beb2e
[4d75e14]: https://github.com/sylc/release-up/commit/4d75e14bd718d8378d27fff51fb7b5ea48b786f9
[0.1.1]: https://github.com/sylc/release-up/compare/0.1.1
[1f041eb]: https://github.com/sylc/release-up/commit/1f041ebd2dd227913054d31eb30adfebee9ef570
[0.1.0]: https://github.com/sylc/release-up/compare/0.1.0
[0.0.2]: https://github.com/sylc/release-up/compare/0.0.2
[0.0.1]: https://github.com/sylc/release-up/compare/0.0.1
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# release-me
# release-up

A fork of [release](https://github.com/denosaurs/release) by
[denosaurs](https://github.com/denosaurs)

## Installation

```
$ deno install -A -f --no-check -n release-me -r https://raw.githubusercontent.com/sylc/release-me/0.2.1/cli.ts
$ deno install -A -f --no-check -n release-up -r https://raw.githubusercontent.com/sylc/release-up/0.2.1/cli.ts
```

## Usage

```
usage: release-me [options] <type> [...]
usage: release-up [options] <type> [...]
example: release-me major
example: release-up major
[options]:
-h --help Show this message
Expand All @@ -33,12 +33,12 @@ example: release-me major

## Plugins

Release-me supports local and remote plugins. By default, plugins are **NOT**
enabled. To enable them, create a `.release-me.json` file that has a key
release-up supports local and remote plugins. By default, plugins are **NOT**
enabled. To enable them, create a `.release-up.json` file that has a key
matching the plugin. Example of configuration.

```json
// .release-me.json
// .release-up.json
{
"changelog": {},
"github": {
Expand All @@ -47,7 +47,7 @@ matching the plugin. Example of configuration.
"regex": {
"patterns": [
"/(?<=@)(.*)(?=\/)/gm",
"(?<=release-me\/)(.*)(?=\/cli)"
"(?<=release-up\/)(.*)(?=\/cli)"
]
},
"versionFile": {},
Expand Down Expand Up @@ -76,7 +76,7 @@ A plugin must contain a default export with the signature defined at

## Secrets

Release-me uses dotenv to load environment variables. For example for
release-up uses dotenv to load environment variables. For example for
interactiong with Github, set a `.env` file with the below

```
Expand Down
4 changes: 2 additions & 2 deletions cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const actions: ReleaseType[] = [
];

await new Command()
.name("release-me")
.name("release-up")
.version(version.version)
.description(
`Automate semver release tasks
Expand All @@ -52,7 +52,7 @@ await new Command()
.option("--debug", "enable debug logging")
.option("--allowUncommitted", "Allow uncommited change in the repo")
.option("--config <confi_path>", "define the path of the config", {
default: ".release-me.json",
default: ".release-up.json",
})
.action(async (opts, release_type, name) => {
await initLogger(opts.debug);
Expand Down
2 changes: 1 addition & 1 deletion doc/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ e.g:
"regex": {
"patterns": [
"/(?<=@)(.*)(?=\/)/gm",
"(?<=release-me\/)(.*)(?=\/cli)"
"(?<=release-up\/)(.*)(?=\/cli)"
]
},
```

0 comments on commit 6063178

Please sign in to comment.