File tree Expand file tree Collapse file tree 7 files changed +36
-3
lines changed Expand file tree Collapse file tree 7 files changed +36
-3
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ name: bundle
2323on :
2424  workflow_dispatch :
2525  push :
26+     branches :
27+       - main 
28+     tags_ignore :
29+       - ' v[0-9]+\.[0-9]+\.[0-9]+' 
2630
2731#  Workflow jobs:
2832jobs :
9094          user_email : ' noreply@stdlib.io' 
9195          commit_message : ' Auto-generated commit' 
9296          enable_jekyll : true 
97+       - name : Send status to Slack channel in case of failure 
98+         uses : act10ns/slack@v1 
99+         with :
100+           status : ${{ job.status }} 
101+           steps : ${{ toJson(steps) }} 
102+           channel : ' #npm-ci' 
103+         if : failure() 
93104  umd :
94105    runs-on : ubuntu-latest 
95106    steps :
@@ -152,6 +163,13 @@ jobs:
152163          user_email : ' noreply@stdlib.io' 
153164          commit_message : ' Auto-generated commit' 
154165          enable_jekyll : true 
166+       - name : Send status to Slack channel in case of failure 
167+         uses : act10ns/slack@v1 
168+         with :
169+           status : ${{ job.status }} 
170+           steps : ${{ toJson(steps) }} 
171+           channel : ' #npm-ci' 
172+         if : failure() 
155173  esm :
156174    runs-on : ubuntu-latest 
157175    steps :
@@ -220,3 +238,10 @@ jobs:
220238          user_email : ' noreply@stdlib.io' 
221239          commit_message : ' Auto-generated commit' 
222240          enable_jekyll : true 
241+       - name : Send status to Slack channel in case of failure 
242+         uses : act10ns/slack@v1 
243+         with :
244+           status : ${{ job.status }} 
245+           steps : ${{ toJson(steps) }} 
246+           channel : ' #npm-ci' 
247+         if : failure() 
Original file line number Diff line number Diff line change 3939      - name : Replace all GitHub links to individual packages with npm links 
4040        run : | 
4141          find . -type f -name '*.md' -print0 | xargs -0 sed -Ei '/tree\/main/b; s/@stdlib\/([^:]*)\]: https:\/\/github.com\/stdlib-js/@stdlib\/\1\]: https:\/\/www.npmjs.com\/package\/@stdlib/g' 
42+        - name : Replace list with links to other branches from installation section 
43+         run : | 
44+           find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/\`\`\`\n\nAlternatively,[^<]+<\/section>/\`\`\`\n\n<\/section>/" 
4245       - name : Replace all stdlib GitHub dependencies with the respective npm packages 
4346        run : | 
4447          find package.json -type f -print0 | xargs -0 sed -Ei 's/"github:stdlib-js[^"]*"/"^0.0.x"/g' 
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ ROADMAP.md
2727.postinstall.json 
2828Makefile 
2929
30+ #  Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
31+ binding.gyp 
32+ 
3033#  Directories #
3134# ##############
3235.circleci /
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2121Philipp Burckhardt <pburckhardt@outlook.com>
2222Ricky Reusser <rsreusser@gmail.com>
2323Ryan Seal <splrk@users.noreply.github.com>
24+ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2425Shraddheya Shendre <shendreshraddheya@gmail.com>
2526rei2hu <rei2hu@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ npm install -g @stdlib/string-replace
137137
138138< / section> 
139139
140+ <!--   CLI  usage documentation. --> 
141+ 
140142< section class = " usage" > 
141143
142144### Usage
@@ -214,7 +216,7 @@ See [LICENSE][stdlib-license].
214216
215217## Copyright
216218
217- Copyright & copy; 2016 - 2021 .  The Stdlib [Authors][stdlib- authors].
219+ Copyright & copy; 2016 - 2022 .  The Stdlib [Authors][stdlib- authors].
218220
219221< / section> 
220222
Original file line number Diff line number Diff line change 11{
22  "name" : " @stdlib/string-replace"  ,
3-   "version" : " 0.0.9 "  ,
3+   "version" : " 0.0.10 "  ,
44  "description" : " Replace search occurrences with a replacement string."  ,
55  "license" : " Apache-2.0"  ,
66  "author" : {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments