Skip to content

Commit 955aac9

Browse files
authored
Update README.md
1 parent 829db09 commit 955aac9

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

README.md

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ or
4040

4141
To create all the issues needed to finish setting this repo up. Look at issue #1 to and follow the directions.
4242

43-
44-
45-
46-
47-
48-
4943
-----------------------------------------------------
5044
PUT THIS INTO ISSUE #1
5145

@@ -59,60 +53,6 @@ In package.json file do the following:
5953
- [ ] review the cz-gitmoji-adapter->scopes list to see if the enteries are approritate for your project
6054
- [ ] change publishConfig->access to `public` or `restricted` (for private)
6155

62-
```bash
63-
bun i
64-
bun cm
65-
```
66-
67-
In build.yml do the following:
68-
69-
```bash
70-
bun i
71-
bun cm
72-
```
73-
74-
In depcheck.yml do the following:
75-
76-
```bash
77-
bun i
78-
bun cm
79-
```
80-
81-
In docs.yml do the following:
82-
83-
```bash
84-
bun i
85-
bun cm
86-
```
87-
88-
In lint.yml do the following:
89-
90-
```bash
91-
bun i
92-
bun cm
93-
```
94-
95-
In pr.yml do the following:
96-
97-
```bash
98-
bun i
99-
bun cm
100-
```
101-
102-
In release.yml do the following:
103-
104-
```bash
105-
bun i
106-
bun cm
107-
```
108-
109-
In test.yml do the following:
110-
111-
```bash
112-
bun i
113-
bun cz
114-
```
115-
11656
for the commit type select: ` init 🎉 Initial commit. `
11757
for the scope type select; [none]
11858
for the short description: initalizing repo configuration

0 commit comments

Comments
 (0)