You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[david-dm](https://david-dm.org/manastalukdar/markdown-it-textual-uml)| Check node.js dependency status ||
49
-
| david-dm | Check node.js dev dependency status ||
50
-
51
-
### Continuous Integration
52
-
53
-
| Platform | Provider | Operations | Status |
54
-
| -------- | -------- | ---------- | ------ |
55
-
56
36
## UML examples
57
37
58
38
### PlantUML
@@ -84,9 +64,9 @@ digraph example1 {
84
64
|Document| |!magic!| | |
85
65
| {d}| | | | |
86
66
+---+----+ +-------+ +-------+
87
-
: ^
88
-
| Lots of work |
89
-
+-------------------------+
67
+
: ^
68
+
| Lots of work |
69
+
+-------------------------+
90
70
```
91
71
````
92
72
@@ -170,15 +150,20 @@ I have an open issue to make development, testing and deployments easier but for
170
150
3. `npm run build`
171
151
4. `npm run pack`
172
152
5. In a separate test project that includes this npm package:
173
-
1. Change the entry in its package.json to: `"markdown-it-textual-uml": "file:./markdown-it-textual-uml-0.1.3.tgz"`. Change 0.1.3 to version from step 2.
153
+
1. Change the entry in its package.json to: `"markdown-it-textual-uml": "file:./markdown-it-textual-uml-0.1.3.tgz"`. Change version (last released version) to version from step 2.
174
154
2. Run `npm cache clean --force`.
175
155
3. Delete its package-lock.json.
176
156
4. Delete folder for `markdown-it-textual-uml` from within the node_modules folder.
177
157
5. Run `npm install`.
178
158
179
159
Once we have the changes tested out, revert back all changes in the test project.
180
160
181
-
Now, in this project, run `npm publish`. Then tag the `develop` branch. Then merge develop to master. Then create a GitHub release at the tag.
161
+
Now, in this project:
162
+
163
+
1. Run `npm publish`.
164
+
2. Merge `develop` to `main`.
165
+
3. Create a GitHub release with the semantically versioned tag against `main`.
166
+
4. Pull repo to local.
182
167
183
168
## References
184
169
@@ -190,4 +175,4 @@ Here are some alternative npm packages:
0 commit comments