Skip to content

Commit

Permalink
🏗️ make docs and release similar to dotnet SDK (#178)
Browse files Browse the repository at this point in the history
* 🧹 update release drafter

* 🧹 keep tag format similar to other SDKs

* 📝 move development steps
  • Loading branch information
itsjwala committed Nov 25, 2022
1 parent d51839e commit 48e6da2
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 61 deletions.
30 changes: 0 additions & 30 deletions .github/release-drafter.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
changelog:
categories:
- title: "💥 Breaking Changes"
labels:
- "💥 breaking"
- title: "✨ Enhancements"
labels:
- "✨ enhancement"
- title: "🐛 Bug Fixes"
labels:
- "🐛 bug"
- title: "🏗 Maintenance"
labels:
- "🧹 maintenance"
- "📝 documentation"
- title: "⬆️⬇️ Dependency Updates"
labels:
- "⬆️⬇️ dependencies"
11 changes: 0 additions & 11 deletions .github/workflows/changelog.yml

This file was deleted.

39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@

[Percy](https://percy.io) visual testing for Java Selenium.

## Development

Install/update `@percy/cli` dev dependency (requires Node 14+):

```sh-session
$ npm install --save-dev @percy/cli
```

Install maven:

```sh-session
$ brew install mvn
```

Run tests:

```
npm test
```

## Installation

npm install `@percy/cli`:
Expand Down Expand Up @@ -124,22 +144,3 @@ If you have a previous Percy configuration file, migrate it to the newest versio
```sh-session
$ percy config:migrate
```
## Development

Install/update `@percy/cli` dev dependency (requires Node 14+):

```sh-session
$ npm install --save-dev @percy/cli
```

Install maven:

```sh-session
$ brew install mvn
```

Run tests:

```
npm test
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<connection>scm:git:git://github.com/percy/percy-java-selenium.git</connection>
<developerConnection>scm:git:https://github.com/percy/percy-java-selenium.git</developerConnection>
<url>https://github.com/percy/percy-java-selenium/tree/master</url>
<tag>percy-java-selenium-1.2.0</tag>
<tag>v1.2.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 48e6da2

Please sign in to comment.